VBScript : launch an exe and display the output
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi ! I need to write a VBScript which would launch a command application (nmake, not to name it) and I'd like that the output produced by nmake being displayed in the command window from where I launched the VB Script. I did some googling but didn't find anything which works... Any idea ? Thanks ! Jerome