Update README.md

Also removed a little superfluous space in that REM extract thing.
This commit is contained in:
BreakinBenny 2020-09-06 18:42:56 +02:00 committed by GitHub
parent 7aebda8a06
commit fa8d8b7c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ massive data dumps since some formats have hundred of subsongs), but you could d
some command line tricks:
```
: REM extracts from subsong 5 to 10 in file.fsb
for /L %A in (5,1,10) do test.exe -s %A -o file_%A.wav file.fsb
for /L %A in (5,1,10) do test.exe -s %A -o file_%A.wav file.fsb
```
Output filename in `-o` may use multiple wildcards: