onedayillpay Posted January 22, 2007 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
Danny35d Posted January 22, 2007 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
Psibernetic Posted January 22, 2007 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
BrettF Posted January 22, 2007 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!
xcal Posted January 22, 2007 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
onedayillpay Posted January 22, 2007 Author Posted January 22, 2007 this was one of those things that made me want to cry
BrettF Posted January 22, 2007 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!
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