Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by soonerOU

  1. soonerOU

    Executing an .exe with vbscript

    this is all my script...the file name is chkboxes.htm... <HTML> <FONT FACE=&quot;arial&quot; SIZE=2> <CENTER> <IFRAME FRAMEBORDER=0 src=&quot;/harrisoJ/dcadsplash.jpg&quot; border=&quot;0&quot; style=&quot;height:300px;width:775px;&quot;> </IFRAME> <CENTER> <H4>BATCH ENTERPRISE...
  2. soonerOU

    Executing an .exe with vbscript

    i've tried it and got the same error... Dim WshShell Set WshShell = WScript.CreateObject(&quot;WScript.Shell&quot;) WshShell.Run &quot;jcltest.exe&quot;
  3. soonerOU

    How to run programs sequentially?

    i'm trying to do the same with this Dim wshshell Set WshShell = WScript.CreateObject(&quot;WScript.Shell&quot;) WshShell.Run &quot;W:\harrisoj\jcltest.exe&quot; i'm getting a runtime error - error: Object required 'wscript' the debugger is pointing to the set...HELP!!!
  4. soonerOU

    Executing an .exe with vbscript

    i'm trying to do the same with this Dim wshshell Set WshShell = WScript.CreateObject(&quot;WScript.Shell&quot;) WshShell.Run &quot;W:\harrisoj\jcltest.exe&quot; i'm getting a runtime error - error: Object required 'wscript' the debugger is pointing to the set...HELP!!!

Part and Inventory Search

Back
Top