How to run vbs file in C/C++ and use the result after the execution of .vbs file
Asked
Active
Viewed 598 times
0
-
`popen()` is you friend. – alk Mar 29 '16 at 11:45
-
"*the result*" of the VBS script appears where? – alk Mar 29 '16 at 11:46
-
http://stackoverflow.com/questions/5485923/launch-an-exe-process-with-stdin-stdout-and-stderr – 001 Mar 29 '16 at 11:50
-
May be useful link: http://www.codeproject.com/Questions/1087073/How-to-run-vbs-in-Cplusplus-and-use-the-result-aft – msc Mar 29 '16 at 12:04