mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-28 00:20:47 +01:00
Update README.md
Also removed a little superfluous space in that REM extract thing.
This commit is contained in:
parent
7aebda8a06
commit
fa8d8b7c9f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user