Dpack get data
Node : V10
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @echo off
- setlocal
- set PATH=C:\Program Files\nodejs\
-
- node "%APPDATA%\DPACKGetData"\install.js
-
-
- setlocal
- set PATH=C:\Windows\System32\
- ping 192.0.2.2 -n 1 -w 5000 > nul
-
- net stop dpackgetdata.exe
-
- ping 192.0.2.2 -n 1 -w 5000 > nul
-
- @echo on
- net start dpackgetdata.exe
- TIMEOUT 5
|