10 lines
365 B
Batchfile
10 lines
365 B
Batchfile
start cmd /k "node index --utils assistant"
|
|
|
|
start cmd /k "node index --utils song"
|
|
start cmd /k "node index --utils album --limit 10000"
|
|
start cmd /k "node index --utils artist --limit 10000"
|
|
start cmd /k "node index --utils comment --limit 10000"
|
|
start cmd /k "node index --utils lyric --limit 10000"
|
|
|
|
@REM start cmd /k "node index --utils playlist"
|
|
exit |