Jump to content

Creating a batch file to install an app


ixy

Recommended Posts

Hello!

I want to create a batch file that will call another batch file that installs an application. I think i am almost there but having a small problem.

call: x:\\xxxxx\xxxxxx\xxxxxx\xxxxxxx\ AdobeUpdates\accrobat 7.0 pro install.bat is what I have at the moment. The resource is on a network drive that all users have access to. Appreciate any input :thumbup

Link to comment
Share on other sites


Put the install file for Adobe Acrobat Reader on a removable media such as a CD or thumb drive and install it directly from the removable drive. that will save you lots of time and trouble.

I do that almost every day. Just did it today as a matter of fact.

Cheers!

Andromeda43

Link to comment
Share on other sites

call: x:\\xxxxx\xxxxxx\xxxxxx\xxxxxxx\ AdobeUpdates\accrobat 7.0 pro install.bat

Also, you don't need : after call if that is exactly how you have it. It should be:

call "x:\\xxxxx\xxxxxx\xxxxxx\xxxxxxx\AdobeUpdates\accrobat 7.0 pro install.bat"

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...