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