|
-
Apr 5th, 2001, 05:23 AM
#1
Thread Starter
Junior Member
How can I use vbscript to call an external executable file????
-
Apr 5th, 2001, 08:00 AM
#2
Addicted Member
I am not an expert, but here it goes.
set a = createobject("WScript.Shell")
a.Run "notepad.exe"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|