Guardando nel link postato, ho provato con:
___________________
dim wshshell
FirefoxProfile = "Profile"
FirefoxPath = "C:\ADMIN\FF\FF.exe"
webappurl = "
http://www.google.i"
Height = "870"
Height = "870"
Width = "920"
Set wshshell = WScript.CreateObject("WScript.Shell")
wshshell.run """" & FirefoxPath & """ -P """ & FirefoxProfile & """ -Height """ & Height & """ -Width """ & Width & "" & webappurl
Set wshshell = Nothing
wscript.quit
___________________
ma nella riga [wshshell.run ....] mi dà errore: [impossibile trovare il file specificato].
Probabilmente non va bene l'assegnazione del percorso FirefoxPath, il quale nel mio caso si trova in un sistema
Windows 7 Professional SP1 di lavoro nel quale non posso accedere al percorso "C:\Users\Administrator\...." e quindi
non posso identificare il path del file .exe.
Come potrei procedere?