onedayillpay 0 Posted January 22, 2007 (edited) why the fack does this not work im pulling my hair out Run("firefox.exe","C:/Program Files/Mozilla Firefox",@SW_MAXIMIZE) Run("firefox.exe","C:\Program Files\Mozilla Firefox",@SW_MAXIMIZE) Run("C:/Program Files/Mozilla Firefox","firefox.exe",@SW_MAXIMIZE) Run("C:\Program Files\Mozilla Firefox\","firefox.exe",@SW_MAXIMIZE) Run("C:/Program Files/Mozilla Firefox/","firefox.exe",@SW_MAXIMIZE) Edited January 22, 2007 by onedayillpay Share this post Link to post Share on other sites
Danny35d 15 Posted January 22, 2007 Run("C:\Program Files\Mozilla Firefox\firefox.exe", @TempDir, @SW_MAXIMIZE) OR Run(@ProgramsDir & "\Mozilla Firefox\firefox.exe", @TempDir, @SW_MAXIMIZE) AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line Share this post Link to post Share on other sites
Psibernetic 0 Posted January 22, 2007 try not using the working dir paramater...sorry I cant properly format this, I dont have autoit on this comp Run("C:\Program Files\Mozilla Firefox\firefox.exe") [sup]Psibernetic[/sup]My Creations:X-HideSecuracy Share this post Link to post Share on other sites
BrettF 28 Posted January 22, 2007 Run("firefox.exe","C:/Program Files/Mozilla Firefox\firefox.exe",@SW_MAXIMIZE) Everyone dose it... Even I did. Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Share this post Link to post Share on other sites
xcal 3 Posted January 22, 2007 Everyone dose it... Even I did. Ya... I'm going to have to deny ever doing that. How To Ask Questions The Smart Way Share this post Link to post Share on other sites
onedayillpay 0 Posted January 22, 2007 this was one of those things that made me want to cry Share this post Link to post Share on other sites
BrettF 28 Posted January 22, 2007 this was one of those things that made me want to cry lol Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version! Share this post Link to post Share on other sites