erezlevi Posted December 24, 2007 Posted December 24, 2007 hi, how can execute via command like: c:\erez.exe 1234567 ? how can i use the 1234567 within the autoit script to bring it inot $i for example?
Developers Jos Posted December 24, 2007 Developers Posted December 24, 2007 look for $cmdline in the helpfile on how this works SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
erezlevi Posted December 24, 2007 Author Posted December 24, 2007 look for $cmdline in the helpfile on how this works thanks, just found it a sec ago.
Emiel Wieldraaijer Posted December 24, 2007 Posted December 24, 2007 The $cmdline in the help is clear to me but how to output text to a dos box Best regards,Emiel Wieldraaijer
erezlevi Posted December 24, 2007 Author Posted December 24, 2007 The $cmdline in the help is clear to me but how to output text to a dos boxI couldn't understand your question, but you can use either the winactivate and then the send command, or run command to run cmd.exe and to add parameters to it.
Emiel Wieldraaijer Posted December 24, 2007 Posted December 24, 2007 this i what 1 mean c:\>program.exe Program version 1.0 Copyright © 2007 by AutoIt Freeware - This program may be used a distributed Freely Command Syntax : -c delete cookies -t delete files in temp folder c:\> Best regards,Emiel Wieldraaijer
therks Posted December 24, 2007 Posted December 24, 2007 It's not something you can do normally. Have a read through this thread. They discuss it there. My AutoIt Stuff | My Github
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