Jump to content

Command interperet


Recommended Posts

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]

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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]

Link to comment
Share on other sites

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 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]

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...