Jump to content

ShellExecute Error


gsb
 Share

Recommended Posts

  • Developers

$url = InputBox("URL","Please type the URL:","http://www.autoitscript.com/")
ShellExecute ($url)

Any thoughts as to why ShellExecute is unknown?

gsb

AutoIt3 version you use is the latest one ?

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

  • Moderators

$url = InputBox("URL","Please type the URL:","http://www.autoitscript.com/")
ShellExecute ($url)

Any thoughts as to why ShellExecute is unknown?

gsb

What version are you using?

MsgBox(64, 'Info', @AutoItVersion)

We are on 3.2.2.0 release at the moment.

Edit:

Also... What SciTe version are you using?

http://www.autoitscript.com/forum/index.ph...st&p=296096

Edited by SmOke_N

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Thank you: 3.2.0.1

gsb

ShellExecute() was introduced with 3.2.2.0!

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

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...