View Single Post
  #2 (permalink)  
Old November 22nd, 2004, 03:33 AM
bostek bostek is offline
Authorized User
 
Join Date: Jul 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Set objApp = CreateObject("WScript.Shell")
objApp.run "path and program you want to run"

Reply With Quote