Radsam Posted March 23, 2009 Posted March 23, 2009 I am attempting to create a command line exe with parameters. I am successful in creating the exe with working parameters at the command line, but how do I accept input from the user if I console write questions like "Please Confirm (Y/N)"?
bo8ster Posted March 23, 2009 Posted March 23, 2009 See Command Line Parameters - $CmdLine[0] and $CmdLine[1] .... and ConsoleRead - $data = ConsoleRead() Post your code because code says more then your words can. SciTe Debug mode - it's magic: #AutoIt3Wrapper_run_debug_mode=Y. Use Opt("MustDeclareVars", 1)[topic="84960"]Brett F's Learning To Script with AutoIt V3[/topic][topic="21048"]Valuater's AutoIt 1-2-3, Class... is now in Session[/topic]Contribution: [topic="87994"]Get SVN Rev Number[/topic], [topic="93527"]Control Handle under mouse[/topic], [topic="91966"]A Presentation using AutoIt[/topic], [topic="112756"]Log ConsoleWrite output in Scite[/topic]
Mobius Posted March 23, 2009 Posted March 23, 2009 Hello Radsam,here are two different suggestions that support what you are trying to achieve.100% AutoIt - Gui based console interaction.http://www.autoitscript.com/forum/index.ph...&hl=consoleDll + Udf wrappers for pure Command shell interactionhttp://www.autoitscript.com/forum/index.ph...&hl=consoleHope these are of some use.
ResNullius Posted March 24, 2009 Posted March 24, 2009 I am attempting to create a command line exe with parameters. I am successful in creating the exe with working parameters at the command line, but how do I accept input from the user if I console write questions like "Please Confirm (Y/N)"?Also see this simple solution: http://www.autoitscript.com/forum/index.ph...st&p=571658
Mobius Posted March 24, 2009 Posted March 24, 2009 Also see this simple solution: http://www.autoitscript.com/forum/index.ph...st&p=571658Hey ResNullius that is a quality find, Kudos to the guy that originally posted that. Respect
SoulA Posted March 24, 2009 Posted March 24, 2009 Yeah holy shit. I tried to figure this out months ago... probably even a year and no one had an answer. Where were you then?
Radsam Posted April 6, 2009 Author Posted April 6, 2009 @ResNullius I am sorry I didn't reply earlier. This was the help I was looking for. It works great. Thanks
ResNullius Posted April 7, 2009 Posted April 7, 2009 @ResNulliusI am sorry I didn't reply earlier. This was the help I was looking for. It works great. ThanksNo problem. Glad to share the gems when I find them
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