chssoccer Posted December 20, 2007 Posted December 20, 2007 How do I use them with ShellExecute or any kind of function to run a piece of my AHK code?
Paulie Posted December 20, 2007 Posted December 20, 2007 How do I use them with ShellExecute or any kind of function to run a piece of my AHK code?You compile your AHK script to an .exe and then Run it with Command line parameters.You are in the wrong forum if you want to know how to make your AHK script accept Command line parameters.
chssoccer Posted December 20, 2007 Author Posted December 20, 2007 You compile your AHK script to an .exe and then Run it with Command line parameters.You are in the wrong forum if you want to know how to make your AHK script accept Command line parameters.HOW
Paulie Posted December 21, 2007 Posted December 21, 2007 HOWRun("YourProgram.exe Param1 param2")See Here
someone Posted December 21, 2007 Posted December 21, 2007 Alright, I'm just gonna say it.... I am in a very bad mood right now; I freely admit this. Maybe I shouldn't say anything. But since you joined a whopping 2 days ago you've created 3(!!!) topics on how to run an AHK script and an AutoIt script. What was wrong with the other 2 topics?http://www.autoitscript.com/forum/index.ph...=59917&st=0http://www.autoitscript.com/forum/index.ph...mp;#entry451521Also, you've recieved coded examples and help from quite a few very capable AutoIt people (Paulie, weaponx, Saunders... and OTHERS!!!). Where is your effort? Hell, where are your manners? The amount of time it took you to post in really big letters HOW should have been time spent trying to understand some of the information you've been given.I'm even willing to bet if you posted your AHK code (assuming its not huge) you would get some help in translating it to AutoIt. ...What a day... While ProcessExists('Andrews bad day.exe') BlockInput(1) SoundPlay('Music.wav') SoundSetWaveVolume('Louder') WEnd
GaryFrost Posted December 21, 2007 Posted December 21, 2007 Locking thread due to the direction it's taking. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Recommended Posts