1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee
tools/netease_music/auto.bat

10 lines
365 B
Batchfile
Raw Normal View History

2022-10-29 01:21:48 +08:00
start cmd /k "node index --utils assistant"
start cmd /k "node index --utils song"
2022-11-07 15:05:05 +08:00
start cmd /k "node index --utils album --limit 10000"
start cmd /k "node index --utils artist --limit 10000"
2022-10-29 01:21:48 +08:00
start cmd /k "node index --utils comment --limit 10000"
2022-11-07 15:05:05 +08:00
start cmd /k "node index --utils lyric --limit 10000"
2022-10-29 01:21:48 +08:00
@REM start cmd /k "node index --utils playlist"
exit