DoubleMcLovin 1 Posted July 21, 2010 (edited) I want to find a way to create a visual console that waits for commands: so basically a command prompt-style window that auto it is capable of sending and receiving text with Edited July 21, 2010 by DoubleMcLovin Share this post Link to post Share on other sites
JohnOne 1,603 Posted July 21, 2010 You will need to elaborate, because as far as I know, a command promp is just that. Infact as I understand it, any sort of GUI is exactly that. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
adik2dmax666 0 Posted July 21, 2010 If you want to make a cmd-style window, make an autoit GUI that has black background color and set font to gray "Fixedsys". First learn computer science and all the theory. Next develop a programming style. Then forget all that and just hack. -George Carrette[sub]GD Keylogger Creator (never released)[/sub][sub]Garena Autojoin v3.0[/sub] Share this post Link to post Share on other sites
FuryCell 3 Posted July 21, 2010 Au3Int has the sort of interface you are looking for and has some udfs that should allow you to integrate such features. HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code. Share this post Link to post Share on other sites
DoubleMcLovin 1 Posted July 21, 2010 well let me elaborate a little... I _DO_ want a cmd prompt window, but I want a way for autoit to print to that, and receive text from that. I am just unsure how to make it so that the window is monitored and interacted with by autoit. Share this post Link to post Share on other sites
JohnOne 1,603 Posted July 21, 2010 StderrRead() StdinWrite() StdoutRead() AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites