| View previous topic :: View next topic |
| Author |
Message |
neilallison147
Joined: 02 Sep 2010 Posts: 7
|
Posted: Thu Nov 04, 2010 6:53 am Post subject: Passing parameters to, and returning values from script |
|
|
I need to call a compiled script (.exe) from within an uncompiled script (.vbs) and pass parameters to it.
I then need to pass a string back from the compiled script (.exe) to the uncompiled script (.vbs)
Could you please advise if it is possible and if so, do you have some sample code?
Thanks |
|
| Back to top |
|
 |
|
|
support Site Admin
Joined: 13 Feb 2004 Posts: 302
|
Posted: Fri Nov 05, 2010 2:56 pm Post subject: |
|
|
| You can pass any parameters to EXE file via command line, but EXE file can return only numeric value, so called ERRORLEVEL. |
|
| Back to top |
|
 |
|