I am trying to use AutoIt for a task I done 100 times and I 100% forgot the tool, I still know Lua, I hate dyslexia and bad memory remembering some things.
Anyway off topic a little there, AutoIt lets me send things to a active window CMD window in this case to send commands I am using this via PHP exes so we need to get
the command lines from the the PHP side and pip that to the CMD window.
What I can do:
Get Command line [✅]
do something with the CMD arguments [✅]
What I am stuck on:
Setting CMD window to focus [✘]
Sending command to CMD window [✘]
Sending result of action to back to the CLI/PHP exec waiting for a message [✘]
But why do this in AMS? is AutoIt can do it?
Simple I am Dyslexic and have something up with retaining code from other languages if they not fit in to my understanding PHP and Lua have always been a good makeup language for me
and this means I will be able to redo it again and again after the fact, but sending information to the CMD window is passed me :P
Why though:
I run many CMD based servers on my windows box what don't offer any remote access, been able to create a php system to do this will be good for life lol also I have other people that admin these servers but I can't give OS access out to them so this will mean they can start/stop/restart/backup and so on these servers.
Anyway off topic a little there, AutoIt lets me send things to a active window CMD window in this case to send commands I am using this via PHP exes so we need to get
the command lines from the the PHP side and pip that to the CMD window.
What I can do:
Get Command line [✅]
do something with the CMD arguments [✅]
What I am stuck on:
Setting CMD window to focus [✘]
Sending command to CMD window [✘]
Sending result of action to back to the CLI/PHP exec waiting for a message [✘]
But why do this in AMS? is AutoIt can do it?
Simple I am Dyslexic and have something up with retaining code from other languages if they not fit in to my understanding PHP and Lua have always been a good makeup language for me
and this means I will be able to redo it again and again after the fact, but sending information to the CMD window is passed me :P
Why though:
I run many CMD based servers on my windows box what don't offer any remote access, been able to create a php system to do this will be good for life lol also I have other people that admin these servers but I can't give OS access out to them so this will mean they can start/stop/restart/backup and so on these servers.
Comment