Hi, I use this in a batch-file to install all extension in a directory:
for %%i in (%Z%\packages\firefox\extensions\*.xpi) do todo.pl "\"%ProgramFiles%\Mozilla Firefox\firefox.exe\" -install-global-extension \"%%i\"" -- Moritz > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of johon Doe > Sent: Thursday, October 06, 2005 7:21 PM > To: [email protected] > Subject: [Unattended] problems with a bat script > > Hi I've two questions about bat scripting: > I have the following script to install globally firefox extensions: > > @Echo off > "%ProgramFiles%\Mozilla Firefox\firefox.exe" > -install-glabal-extention > z:\packages\firefox\fireftp-0.88.3-fx.xpi > > the problem is that the script run firefox without argument > thus it can't install the extension.. > if I run it without inverted commas it try run mozilla > directory.. then it give up an error. > I run the script from an already installed winxp. > bye. > > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, > discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > unattended-info mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/unattended-info ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ unattended-info mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/unattended-info
