dnsi Posted August 25, 2007 Posted August 25, 2007 Is there a Function That when you double click the executed file it pops up commandprompt and runs there? My Programs:Flip-Flop File Encryption SysyemMULTIPLAYER-SOCKETSERVERHide An Archive In A Picture
Bert Posted August 26, 2007 Posted August 26, 2007 run("cmd.exe") The Vollatran project My blog: http://www.vollysinterestingshit.com/
jlorenz1 Posted August 26, 2007 Posted August 26, 2007 Hi, please read the excellent help file. Run(@ComSpec & " /c " & 'commandName', "", @SW_HIDE) and ; Demonstrates StdoutRead() #include <Constants.au3> $foo = Run(@ComSpec & " /c dir foo.bar", @SystemDir, @SW_HIDE, $STDERR_CHILD + $STDOUT_CHILD) While 1 $line = StdoutRead($foo) If @error Then ExitLoop MsgBox(0, "STDOUT read:", $line) Wend While 1 $line = StderrRead($foo) If @error Then ExitLoop MsgBox(0, "STDERR read:", $line) Wend MsgBox(0, "Debug", "Exiting...") Johannes Johannes LorenzBensheim, Germanyjlorenz1@web.de[post="12602"]Highlightning AutoIt Syntax in Notepad++ - Just copy in your Profile/application data/notepad++[/post]
dnsi Posted August 27, 2007 Author Posted August 27, 2007 Not It. I wanted that to be so when you double click the EXE it is in a Command Prompt Mode. My Programs:Flip-Flop File Encryption SysyemMULTIPLAYER-SOCKETSERVERHide An Archive In A Picture
jlorenz1 Posted September 1, 2007 Posted September 1, 2007 Not It.I wanted that to be so when you double click the EXE it is in a Command Prompt Mode.So Volly had given the right answer run("cmd.exe")Johannes Johannes LorenzBensheim, Germanyjlorenz1@web.de[post="12602"]Highlightning AutoIt Syntax in Notepad++ - Just copy in your Profile/application data/notepad++[/post]
dnsi Posted September 23, 2007 Author Posted September 23, 2007 Nonononononono.......................... So i want the application to be a councel application My Programs:Flip-Flop File Encryption SysyemMULTIPLAYER-SOCKETSERVERHide An Archive In A Picture
Achilles Posted September 23, 2007 Posted September 23, 2007 #393160 My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
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