node-rdp icon indicating copy to clipboard operation
node-rdp copied to clipboard

Example of launch?

Open QAscoop opened this issue 7 years ago • 0 comments

rdp({
    address: hostname,
    username: user,
    password: password,
    launch: '%windir%\\system32\\notepad.exe'
  }).then(function() {
       console.log(' RDP CONNECTION ENDED!');
  });

This code does not execute Notepad. Hardcoding the path doesn't change the behavior. The rdp connection happens but Notepad doesn't get executed. Any help, documentation will be appreciated.

QAscoop avatar Mar 24 '17 22:03 QAscoop