View Single Post
  #31  
Old 2005-03-27, 11:16 PM
feralicious's Avatar
feralicious feralicious is offline
dare to discover
 
Join Date: Nov 2004
Location: occasionally
Re: Batch Files - "How to" + Recipes (add 'em if you got 'em!)

Quote:
Originally Posted by pmonk66
I created a batch file to create md5 signatures - but I would like to it to be able to automatically name the .md5 the name of the folder that was dragged into the batch file. Is that possible???
The following works to make an SBE check file named with the folder name, perhaps you can incorporate it and modify it for md5?

shntool len with txt file added to folder:

@echo off
%~d1 & cd %*
for %%T in (shn flac wav ape) do if exist *.%%T shntool len -u mb *.%%T >> "%~n1-shntool.txt"
__________________
feralicious goodies
Don't get even.
Get odd.

....
Reply With Quote Reply with Nested Quotes