IanN1990 Posted October 12, 2011 Posted October 12, 2011 (edited) Heya, I wrote a program with Autoit that following the outcome of a IF statement runs a program. Run ("C:\Program Files (x86)\Scripts\00¦ Miscellaneous\Microsoft\OS\Lock.vbs") but nothing happens, the statement and code works. Do i need to do something special to make it run .vbs files? Edited April 14, 2012 by IanN1990
Shaggi Posted October 12, 2011 Posted October 12, 2011 Use ShellExecute() instead Ever wanted to call functions in another process? ProcessCall UDFConsole stuff: Console UDFC Preprocessor for AutoIt OMG
JohnOne Posted October 12, 2011 Posted October 12, 2011 Can you even have that "¦" char in a path? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
IanN1990 Posted October 12, 2011 Author Posted October 12, 2011 Thanks for your help Shaggi and Yes JohnOne AutoIt supports ¦
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