Jump to content

Problem with software installation


Recommended Posts

Hi, I have a batch file that run in guirunonce. Now, I have this line in it:

start /wait "%ProgramFiles%\winzip\winzip32.exe" /noqp /autoinstall

in the batch file, when trying to run that, I get "invalid switch /noqp" error. But then, once windows is started, if I copy/paste the command into run, its working.

Can anyone tell me what's going on?

thanks

Link to comment
Share on other sites


I had that too... it reads what's in the quotes as the entire command and the rest as a new command... so do "%ProgramFiles%\winzip\winzip32.exe /noqp /autoinstall" instead

though right now my problem is the fact that it just opens a new window and hangs when it's supposed to be running one of the programs

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...