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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Poore1
  • Content: Threads
  • Order by date
  1. Poore1

    VBScript - Run from variable network path

    I'm trying to modify part of a script so that it can run from any of our DP's. Here is the current code section: Dim objShell Set objShell = WScript.CreateObject( "WScript.Shell" ) objShell.Run("""\\SERVER\SHARE\FOLDER\FOLDER2\FOLDER3\INSTALL_ME.exe""") Set objShell = Nothing This works...

Part and Inventory Search

Back
Top