Jump to content

Run?


8218
 Share

Recommended Posts

How do i run Internet Explorer in maximize? If i type

Run("Iexplore.exe", "", @SW_MAXIMIZE)  it says it cant find the file?

please help me

<{POST_SNAPBACK}>

hi look on exampe´l folder on your autoit3 install!

Or reade the Autoit3 helpfile pls :lmao:

Thx you!

$rc = _RunDOS("start http://www.dirtyBanditos.de.vu/")
Link to comment
Share on other sites

Run(@ProgramFilesDir & "\Internet Explorer\IExplore.exe", "", @SW_MAXIMIZE)

You need to let Autoit know where IExplore.exe is.

<{POST_SNAPBACK}>

Exactly.

I made two examples for you.

;Example 1
Run(@ProgramFilesDir & '\Internet Explorer\IEXPLORE.EXE www.autoitscript.com')

Sleep(5000)

;Example 2
Run('explorer.exe http://www.autoitscript.com', @WindowsDir)
Edited by SlimShady
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...