8 lines
220 B
Batchfile
8 lines
220 B
Batchfile
|
start cmd /k "node index --utils assistant"
|
||
|
start cmd /k "node index --utils song"
|
||
|
start cmd /k "node index --utils artist"
|
||
|
start cmd /k "node index --utils album"
|
||
|
|
||
|
start cmd /k "node index --utils playlist"
|
||
|
|
||
|
exit
|