twp Posted June 27, 2014 Posted June 27, 2014 How do I run this command from AutoIt script? "c:programInternet Exploreriexplore.exe" -k http://http://www.autoitscript.com I like to have a button that I use to start IE in Kiosk-mode. Tried to paste the above to a Run-command but cant get the syntax t work. $iPID = Run("c:programInternet Exploreriexplore.exe" -k http://http://www.autoitscript.com, "", @SW_SHOWMAXIMIZED)
JohnOne Posted June 27, 2014 Posted June 27, 2014 (edited) Run(@ProgramFilesDir & "\Internet Explorer\iexplore.exe -k https://www.google.co.uk", "", @SW_SHOW) Edited June 27, 2014 by JohnOne AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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