Tagged Questions

0
votes
0answers
241 views

Visual Studio add-in for WSF and WSC files

Are there any add-ins for Visual Studio that assist with editing WSF and WSC files? WSF and WSC (Windows Script Component) files are XML files that are interpreted by the WIndows Script Host. They ...
0
votes
1answer
251 views

Running multiple JScript files in a separate process

I am looking for a way to launch multiple scripts in a separate process from my main script, but in such a way that they can access copies of variables I've declared. Consider the following example: ...