au3scr 1 Posted September 30, 2007 how i make script that read input GUICtrlCreateInput i want make script that works like CMD I type some text in input and then i would like IF sentence need something like that IF input text = close then exit IF input text = sysinf then run sysinf.exe IF input text = title <old wondow title> <new window title> then script change window tile any ideas? Share this post Link to post Share on other sites
SmOke_N 211 Posted September 30, 2007 GUICtrlRead Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Share this post Link to post Share on other sites
Uten 9 Posted September 30, 2007 Use select case or switch rather than if..elseif... Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling Share this post Link to post Share on other sites