1.

Solve : Run several files with a command?

Answer»

Hey I've MAKED for the MSFN community a Firefox unattended installer. The problem is that the firefox extensions won't be good installed. I've found a solution but need some help.

I've maked this:

Quote

"%PROGRAMFILES%\\Mozilla Firefox\\firefox.exe" -install-global-extension "%PROGRAMFILES%\\Mozilla Firefox\\extensions\\*.xpi"
del /q "%PROGRAMFILES%\\Mozilla Firefox\\extensions\\*.xpi"

The map %PROGRAMFILES%\\Mozilla Firefox\\extensions\\*.xpi has al lot of .xpi FILES that be MUST opened one by one.

With this command the computer only deletes all .xpi's as a said in the second entry.
 
What is the command to set that the pc the .xpi opens one by one?

NOTE: it's not possible to know the NAMES of the .xpi's


Discussion

No Comment Found