Skip to content

code with exec fails when running inside Eclipse on Windows  #92

Description

@tbenbrahim

Nodeclipse Core version 0.7.0.201311010637

require('child_process').exec('sc queryex', function (error, stdout, stderr) {
    console.log(stdout);
    console.log(error);
});

results in

{ [Error: spawn Unknown system errno 203]
  code: 'Unknown system errno 203',
  errno: 'Unknown system errno 203',
  syscall: 'spawn' }

Code runs fine from Windows command line.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions