Arterie Posted July 19, 2009 Posted July 19, 2009 I have two functions in my script. If I drag and drop a picture on the *.exe I want it to run one of the functions with the name of the picture.
dantay9 Posted July 20, 2009 Posted July 20, 2009 I think you need to use $CMDLine[1] for this. Here is what you need. If $CMDLINE[0] > 0 Then MsgBox(0, '', $CMDLINE[1])
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