Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. var file = 'C:\Windows\System32\notepad.exe';
  2. require('child_process').exec('explorer /e,/select,"' + file + '"');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement