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

Generic script for installing an app

Status
Not open for further replies.

Lorrec

Technical User
Sep 5, 2007
8
0
0
US
I recently moved to a new job that installs all apps using vbscripts. I am working to improve my skills and was hoping that I could get some help here.

I am looking for a simple script that installs from the parent directory. I have looked every place I can think but cannot locate one that does this. They all either install from a network share or from the local drive.

Does anyone know where I can locate a script that does this?
 
In the scripts that you've found, just change the local drive or network directory to "..\".

If you found Javascripts and are translating them to VBScript remember to change the \\ to \.
 
That is exactly what I needed. Thanks for the help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top