Bounda Posted March 22, 2006 Posted March 22, 2006 is it only possible for autoit to use the run function to target .exe only files? CS:S Aimbot - List From INI Funcs
cppman Posted March 22, 2006 Posted March 22, 2006 yep... http://www.autoitscript.com/autoit3/docs/faq.htm#6but, it can always be started with another program likerun("notepad.exe textfile.txt") Miva OS Project
greenmachine Posted March 22, 2006 Posted March 22, 2006 Not quite. You could use Run (@Comspec & " /c start somefile.txt") and it would open somefile.txt in Notepad. In other words, the "start" command of the cmd prompt can be used here.
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