dread Posted February 24, 2008 Posted February 24, 2008 This is what I am trying Start /wait %systemdrive%\install\ff2.0.0.12.exe /Sstart /wait "%PROGRAMFILES%\Mozilla Firefox\firefox.exe" -silent -setDefaultBrowser"When I do I get Windows cannot find '-silent' and then some more. Any idea whats wrong?
oskingen Posted February 24, 2008 Posted February 24, 2008 This is what I am trying Start /wait %systemdrive%\install\ff2.0.0.12.exe /Sstart /wait "%PROGRAMFILES%\Mozilla Firefox\firefox.exe" -silent -setDefaultBrowser"When I do I get Windows cannot find '-silent' and then some more. Any idea whats wrong?This works fine : start /wait Firefox\firefox.exe /S for installYou cannot start firefox with -silent
vascorama Posted February 24, 2008 Posted February 24, 2008 I usually install firefox with -ms switch.Regards
Perplx Posted February 25, 2008 Posted February 25, 2008 Starts a separate window to run a specified program or command.START ["title"] [/Dpath] [/I] [/MIN] [/MAX] [/SEPARATE | /SHARED] [/LOW | /NORMAL | /HIGH | /REALTIME | /ABOVENORMAL | /BELOWNORMAL] [/WAIT] [/B] [command/program] [parameters]The first parameter is the title if its in quotes, so to use paths with spaces you have to set the title, like this.start /wait "" "%PROGRAMFILES%\Mozilla Firefox\firefox.exe" -silent -setDefaultBrowser
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now