Jump to content

Recommended Posts

Posted

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


Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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