MerkurAlex 0 Posted August 15, 2007 kindof like batch files in windows i want to make an interpereter like say if i put MBOX "title" "blah" it would show a messagebox with that title and message ive tried a couple things using stringsplit and arraysearch but im not sure how to make it work any help? maybe someone has done something like it i could look at the code? [quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote] Share this post Link to post Share on other sites
PsaltyDS 42 Posted August 15, 2007 kindof like batch files in windows i want to make an interpereter like say if i put MBOX "title" "blah" it would show a messagebox with that title and message ive tried a couple things using stringsplit and arraysearch but im not sure how to make it work any help? maybe someone has done something like it i could look at the code?AutoIt is an interpreter. Just put MsgBox(0, "title", "blah") in a file and call it Blah.au3...What was the question again...? Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
MerkurAlex 0 Posted August 15, 2007 AutoIt is an interpreter. Just put MsgBox(0, "title", "blah") in a file and call it Blah.au3...What was the question again...? i know what autoit is im making a bot language wich is easier to use and can have custom functions and a gui editor.... [quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote] Share this post Link to post Share on other sites
MerkurAlex 0 Posted August 15, 2007 (edited) i guess you didnt get it i have a gui and a editbox and a run button now i want to use autoit to make an interpereter for my code wich will be the bot language.... EDIT well i guess the real question now is how do i search for a certain string in an editbox and if its there execute some code.... Edited August 15, 2007 by EagleClaw [quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote] Share this post Link to post Share on other sites