Devils-Triangle Posted October 26, 2006 Posted October 26, 2006 I have just started using AutoIt yesterday and have cobbled a couple of very simple scripts together which work quite nicely, my question is is it possible to embed a command prompt or telnet window within a form? if so how would i go about doing this? One of the things i am wanting to do is create a form with a command window on one side of the form and put buttons on the other side of the form to pass over the commands to the command window that i do on a reguar basis . any idea's, thoughts and comments greatly appreciated
Valuater Posted October 26, 2006 Posted October 26, 2006 I was able to get the cmd.exe into XSkin with this Func CallRun() ;; XSkinRun( $XR_Title, $XR_Program) $Myrunner = XSkinRun ("Command Line", "cmd.exe") $loop = 1 EndFunc ;==>CallRunjust chage the filename/function in this scripthttp://www.autoitscript.com/forum/index.ph...st&p=252593the buttons and stuff may or may not work...8)
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