View Single Post
  #7  
Old 2005-03-20, 12:25 PM
feralicious's Avatar
feralicious feralicious is offline
dare to discover
 
Join Date: Nov 2004
Location: occasionally
Re: Batch Files - How to plus Recipes?

Quote:
Originally Posted by pmonk66
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
This didn't work for me. Well the cmd box opened and disappeared right quick with no trail left behind, so I assume it didn't work.
__________________
feralicious goodies
Don't get even.
Get odd.

....
Reply With Quote Reply with Nested Quotes