Results 1 to 2 of 2

Thread: vbscript for experts!!

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Aug 2000
    Posts
    24
    How can I use vbscript to call an external executable file????

  2. #2
    Addicted Member
    Join Date
    Sep 2000
    Posts
    219
    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
  •  



Click Here to Expand Forum to Full Width