Guest User

Untitled

a guest
Dec 13th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. require('child_process').spawn("cmd.exe", ["/c", "ping 8.8.8.8"], {
  2. // detached: true,
  3. stdio: 'inherit',
  4. shell: false,
  5. }).unref();
Add Comment
Please, Sign In to add comment