View Single Post
  #3  
Old 2005-03-20, 10:44 AM
pmonk's Avatar
pmonk pmonk is offline
 
Join Date: Nov 2004
Re: Batch Files - How to plus Recipes?

Remember - that creates a text file. If you just want to do a quick (minus the text) just create a new batch files minus the text command!

@echo off
%~d1 & cd "%~1"
for %%F in (*.flac) do metaflac --show-md5sum --with-filename "%%F"
pause
__________________
You have been banned for the following reason:
No reason was specified.

Date the ban will be lifted: Never
Reply With Quote Reply with Nested Quotes