Jump to content

Recommended Posts

Posted

I dont know why Autoit dont have a cli like python or ruby.

For debug, or test some example code with python, I just write it into command line, line by line and see output.

But, for autoit, writing many msgBox or consoleWrite is bored.

Posted

I dont know why someone who wants to run a single line on the CLI wouldnt look in the Help FIle for "Run a single line of code".  :graduated:

Run a single line of code:

AutoIt3.exe [/ErrorStdOut] /AutoIt3ExecuteLine "command line"
                Execute one line of code.

https://www.autoitscript.com/autoit3/docs/intro/running.htm

,-. .--. ________ .-. .-. ,---. ,-. .-. .-. .-.
|(| / /\ \ |\ /| |__ __||| | | || .-' | |/ / \ \_/ )/
(_) / /__\ \ |(\ / | )| | | `-' | | `-. | | / __ \ (_)
| | | __ | (_)\/ | (_) | | .-. | | .-' | | \ |__| ) (
| | | | |)| | \ / | | | | | |)| | `--. | |) \ | |
`-' |_| (_) | |\/| | `-' /( (_)/( __.' |((_)-' /(_|
'-' '-' (__) (__) (_) (__)

  • Developers
Posted
4 hours ago, duongtnhat said:

I dont know why Autoit dont have a cli like python or ruby.

For debug, or test some example code with python, I just write it into command line, line by line and see output.

But, for autoit, writing many msgBox or consoleWrite is bored.

You're right ... I would move on if I were you.
Thanks for your statement. :idiot: 

Jos

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.
  :)

Posted (edited)

I love python too but it’s not python here. Maybe he should stick to python?

Edited by Earthshine

My resources are limited. You must ask the right questions

 

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...