|
Technobabble Post your general Need for Help questions here.
• Lossy or Lossless? Moderators |
|
Thread Tools |
#1
|
||||
|
||||
Batch File .md5 question
I use was using this batch file to create .md5 signatures
@echo off %~d1 & cd "%~1" md5sum *.flac > "%~n1.md5" exit For some reason it creates two files for verification on the last track? Checking rtf1983-04-02.dmow.sbeok.md5 (11 files): checking rtf1983-04-02d1t01.flac: OK checking rtf1983-04-02d1t02.flac: OK checking rtf1983-04-02d1t03.flac: OK checking rtf1983-04-02d1t04.flac: OK checking rtf1983-04-02d1t05.flac: OK checking rtf1983-04-02d2t01.flac: OK checking rtf1983-04-02d2t02.flac: OK checking rtf1983-04-02d2t03.flac: OK checking rtf1983-04-02d2t04.flac: OK checking rtf1983-04-02d2t05.flac: OK checking rtf1983-04-02d2t05.flac: OK rtf1983-04-02.dmow.sbeok.md5: All 11 files OK Summary: All 11 files OK Press any key to continue . . . Yes - I use TLH but sometimes I like to use other methods! Any help would be nice! **Cough uhclem cough**
__________________
You have been banned for the following reason: No reason was specified. Date the ban will be lifted: Never No members have liked this post.
|
#2
|
|||
|
|||
Re: Batch File .md5 question
for %%F in (*.flac) do md5sum *.flac > "%~n1".md5 "%%F"
The above line is wrong. Change it to: md5sum *.flac > "%~n1.md5" No members have liked this post.
Last edited by uhclem; 2005-04-03 at 09:24 PM. |
#3
|
||||
|
||||
Re: Batch File .md5 question
Thank you - now it works!
__________________
You have been banned for the following reason: No reason was specified. Date the ban will be lifted: Never No members have liked this post.
|
#4
|
|||
|
|||
Re: Batch File .md5 question
No members have liked this post.
|
The Traders' Den |
Similar Threads | ||||
Thread | Forum | Replies | Last Post | |
Cannot copy file: cannot read from the source file or disk - Gaston | Technobabble | 7 | 2012-03-15 01:48 PM | |
Question regarding file naming conventions.. - stercesderised | Technobabble | 6 | 2008-03-12 08:19 AM | |
AFOX batch moving for FREE! - aquaponics | B&P Offers | 2 | 2007-01-01 10:03 AM | |
personal torrent file question - Gripweed | Technobabble | 4 | 2006-05-24 02:34 PM | |
Question about downloaded file being smaller than seed...... - Disraeli | Technobabble | 2 | 2005-11-13 09:18 PM |
Thread Tools | |
|
|