mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 01:30:49 +01:00
COMMENT in batch
Marked as comment in case someone were to copypaste that into a batch file
This commit is contained in:
parent
77173e4ac8
commit
7aebda8a06
@ -69,7 +69,7 @@ With files multiple subsongs you need to specify manually subsong (by design, to
|
||||
massive data dumps since some formats have hundred of subsongs), but you could do
|
||||
some command line tricks:
|
||||
```
|
||||
REM extracts from subsong 5 to 10 in file.fsb
|
||||
: 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
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user