Run exe through Vbscript - TechRepublic
General discussion
November 27, 2010 at 05:16 AM
v2kish

Run exe through Vbscript

by v2kish . Updated 15 years, 7 months ago

Hi ,
Can any one tell how to run .exe file using vbscript by sending the arguments ,
for dos to run exe through command at that location we type the name of the exe and mention the parameter
ex : C:\>hai.exe welcome

while sending the welcome to the hai it execute how i execute same using vbscript using WshShell.Run “c:\hai.exe” we run .exe but not able to send the arguments as mention above

please help me

This discussion is locked

All Comments