Dpack get data Node : V10
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

19 行
279 B

  1. @echo off
  2. setlocal
  3. set PATH=C:\Program Files\nodejs\
  4. node "%APPDATA%\DPACKGetData"\install.js
  5. setlocal
  6. set PATH=C:\Windows\System32\
  7. ping 192.0.2.2 -n 1 -w 5000 > nul
  8. net stop dpackgetdata.exe
  9. ping 192.0.2.2 -n 1 -w 5000 > nul
  10. @echo on
  11. net start dpackgetdata.exe
  12. TIMEOUT 5