Skip to content

Example of launch? #2

@QAscoop

Description

@QAscoop
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions