Printable View
How can I use vbscript to call an external executable file????
I am not an expert, but here it goes. set a = createobject("WScript.Shell") a.Run "notepad.exe"