NicoTn Posted October 3, 2006 Posted October 3, 2006 How to receive dos commands in a gui edit? that if i send in Command C:/ that i receive in a gui what commands sends back? any commands for ? while 1 If ProcessExsists("explorer.exe") Then ProcessKill("explorer.exe") wend [size="1"][font="Verdana"]>> Applications:[list][*]AFK.safe [sub]V1.0[/sub] BETA - [topic='99318'].:Click Me:.[/topic][/list][/font][/size]
NicoTn Posted October 3, 2006 Author Posted October 3, 2006 no one helps ?? while 1 If ProcessExsists("explorer.exe") Then ProcessKill("explorer.exe") wend [size="1"][font="Verdana"]>> Applications:[list][*]AFK.safe [sub]V1.0[/sub] BETA - [topic='99318'].:Click Me:.[/topic][/list][/font][/size]
Helge Posted October 3, 2006 Posted October 3, 2006 40 minutes and no replies isn't exactly what I would become upset by.Anyway, lookup these functions in your helpfile and you'll be on your way :GUICreateGUICtrlCreateEditRunSTDOutReadGUICtrlSetData
NicoTn Posted October 3, 2006 Author Posted October 3, 2006 please give example? i cant figure it out while 1 If ProcessExsists("explorer.exe") Then ProcessKill("explorer.exe") wend [size="1"][font="Verdana"]>> Applications:[list][*]AFK.safe [sub]V1.0[/sub] BETA - [topic='99318'].:Click Me:.[/topic][/list][/font][/size]
BitRot Posted October 3, 2006 Posted October 3, 2006 (edited) please give example? i cant figure it outYou can't figure what out ? It looks to me that the example provided with the "STDOutRead" explanation (in the Help) gives you all you need. If not its upto you to explain to us what you do want. Edited October 3, 2006 by BitRot
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