BKURUVALLI
Programmer
Hi,
I am using VC++ 6.0
I am using the system method to run a wsh script.
system("wscript run.js"
the run.js should open iexplorer and do stuff.
It opens a command prompt and waits. The script gets executed once I close the command prompt.
I tired to run the hello.js directly
system("run.js"
but it still opens the command prompt and waits.
This behaviour is not consistent with all desktops I run it on.
How can I get the script to run without the command prompt opening consistently.
Thx,
Bharath
I am using VC++ 6.0
I am using the system method to run a wsh script.
system("wscript run.js"
the run.js should open iexplorer and do stuff.
It opens a command prompt and waits. The script gets executed once I close the command prompt.
I tired to run the hello.js directly
system("run.js"
but it still opens the command prompt and waits.
This behaviour is not consistent with all desktops I run it on.
How can I get the script to run without the command prompt opening consistently.
Thx,
Bharath