MerkurAlex Posted August 15, 2007 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]
PsaltyDS Posted August 15, 2007 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
MerkurAlex Posted August 15, 2007 Author 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]
MerkurAlex Posted August 15, 2007 Author 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]
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