marabunta Posted November 2, 2015 Posted November 2, 2015 hellomy call from a c++ exe:system("%temp%\\autoitfile.exe");orsystem("start \"\" %temp%\\autoitfile.exe");wont run the autoit-filecan anyone help?
JohnOne Posted November 2, 2015 Posted November 2, 2015 (edited) I'd personally use CreateProcessyou can try...string Path = "start %temp%\\autoitfile.exe"; system(path.c_str());If that is indeed the way of expanding variables. Edited November 2, 2015 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