Search found 1 match
- 09 Dec 2011 13:33
- Forum: DOS Batch Forum
- Topic: Simple Batch File...
- Replies: 1
- Views: 2825
Simple Batch File...
Hello, I have a batch file that only contains the following commands: FOR %%G IN (*.flac) DO "C:\Program Files (x86)\FLAC\metaflac.exe" --remove-all-tags "%%G" FOR %%G IN (*.flac) DO "C:\Program Files (x86)\FLAC\TAG.exe" -f "Cuesheet=%~dpnG.cue" "%%G"...