BinaryBrother Posted January 8, 2010 Posted January 8, 2010 (edited) I read this topic a few months ago that allows you to read commandline text using something like "FileOpen("conn")" it was a pretty neat little trick... Now I know it's pretty stupid to ask for the link to a topic... But I've searched at least 20 different statements and can't find it... Your help is greatly appreciated. Edited January 8, 2010 by BinaryBrother SIGNATURE_0X800007D NOT FOUND
ResNullius Posted January 8, 2010 Posted January 8, 2010 http://www.autoitscript.com/forum/index.php?showtopic=79275&st=0&p=571658&#entry571658 Note that this only works up to the current production version 3.3.2.0 That's because opening a file in raw mode (4) has been removed from the latest betas.
ResNullius Posted January 8, 2010 Posted January 8, 2010 For a version of this that will work with AutoIt past version 3.2.2.0, after the removal of opening file in raw mode (4), see this: http://www.autoitscript.com/forum/index.php?showtopic=107951&view=findpost&p=761205 Thanks to Valik and Mat.
BinaryBrother Posted January 8, 2010 Author Posted January 8, 2010 Wow! Thanks very much ResNullius. I'll probably start using the Win_API examples to keep up with AutoIt. I looked high and low for that... o.0 SIGNATURE_0X800007D NOT FOUND
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