dnsi Posted November 25, 2006 Posted November 25, 2006 How do you read a Value From Dos: say if you have a autoit file and you run it:c>asd.exe then how do you make it ask you for a primeter? c>asd.exe Enter Something: ddfsadsa My Programs:Flip-Flop File Encryption SysyemMULTIPLAYER-SOCKETSERVERHide An Archive In A Picture
FuryCell Posted November 25, 2006 Posted November 25, 2006 (edited) If you are asking how to use STD streams of command line applications then take a look at:StdinWrite ( process_id[, string] ) StderrRead ( process_id[, count[, peek = false]] ) StdinWrite ( process_id[, string] )If you are asking how to make a console applictaton in AutoIt then read this:http://www.autoitscript.com/forum/index.php?showtopic=32782 Edited November 25, 2006 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
dnsi Posted November 25, 2006 Author Posted November 25, 2006 No Not Really. Its like a Batch file: echo "INPUT DATA" My Programs:Flip-Flop File Encryption SysyemMULTIPLAYER-SOCKETSERVERHide An Archive In A Picture
FuryCell Posted November 26, 2006 Posted November 26, 2006 (edited) No Not Really.Its like a Batch file:echo "INPUT DATA"Why not use InputBox()? Edited November 26, 2006 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
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