i542 Posted May 3, 2007 Posted May 3, 2007 (edited) Is in attachment.Hope you like it,i542.EDIT: Re-writed document (by Secure_ICT) and good example here.EDIT2: Writing part 2EDIT3: Part 2 canceled. Have no ideas at all.EDIT4: Since I can't add poll in edit mode, here you go. Answer with new posts (which is also a good way to increase your post counter )1. Do you like this tutorial?a) Yes b ) Of course c) No d) Thats shit e) Don't know2. What do you think about tutorial?a) It is simple b ) It is too simple c) It is hard d) I love it e) Other (specify below)3. Should this topic be pinned?a) To be honest, no b ) To be honest, yes. c) Not to be honest, no d) Not to be honest, yes e) Other (specify below)How_to_create_a_programming_language_in_AutoIT.doc Edited June 16, 2007 by i542 I can do signature me.
James Posted May 3, 2007 Posted May 3, 2007 Cool, I will try it when I get home.. Its good, I'm gonna make it with a file extension and a runner etc.. Want to help? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
i542 Posted May 3, 2007 Author Posted May 3, 2007 Cool, I will try it when I get home.. Its good, I'm gonna make it with a file extension and a runner etc.. Want to help?I can't, I am busy with another (2) projects.i542 I can do signature me.
James Posted May 3, 2007 Posted May 3, 2007 Lol, sorry that wasnt me, it was a friend of mine. Im busy with exams so I cant at the moment. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
James Posted May 3, 2007 Posted May 3, 2007 (edited) FIXED, DOWNLOAD FROM MY LAST POST. NEW DOCUMENTATION Edited May 4, 2007 by Secure_ICT Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
SkinnyWhiteGuy Posted May 3, 2007 Posted May 3, 2007 Your missing a quote near the end, on the line: _ConsoleWrite("> Syntax: popup, <title>, <text>) Should be: _ConsoleWrite("> Syntax: popup, <title>, <text>") Just like the one above it.
James Posted May 3, 2007 Posted May 3, 2007 (edited) DOWNLOAD FROM MY LAST POST. NEW DOCUMENTATION Edited May 4, 2007 by Secure_ICT Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
James Posted May 3, 2007 Posted May 3, 2007 (edited) DOWNLOAD FROM MY LAST POST. NEW DOCUMENTATION Edited May 4, 2007 by Secure_ICT Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
SkinnyWhiteGuy Posted May 3, 2007 Posted May 3, 2007 (edited) Change the order of your cases. Your Case Else is firing before it has a chance to get to the Case "help". As a general rule, always put Case Else last, so that no matter what, you know that everything else had a chance to be checked before that Case fires. Edit: The Cases I'm talking about are the last two, Case Else and Case "help", if it wasn't obvious. Edited May 3, 2007 by SkinnyWhiteGuy
James Posted May 3, 2007 Posted May 3, 2007 Ok, well I fixed it a different way, although the Cases are now in the right order. I just made a seprate case without using arrays etc. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
i542 Posted May 4, 2007 Author Posted May 4, 2007 I will to do that scripting language implented in one of my programs... but no promises. Is there anyone to comment (tour is really simple and there was only 73 downloads!) i542 I can do signature me.
James Posted May 4, 2007 Posted May 4, 2007 I will re-write the documentation so that it makes more sense. And I will also add a couple more things to the functions, e.g beep, change colours etc. If that is ok with you (i542) Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
i542 Posted May 4, 2007 Author Posted May 4, 2007 e.g beep, change colours etc.Rewrite it and I will work on part two which includes all that stuff. Part one is "starters".i542P.S. Pleeease, change avatar! I can do signature me.
James Posted May 4, 2007 Posted May 4, 2007 Yeah ok, I will re-write it when I get home. I will change my avatar and I will remove a certain part of the script: $parameter[2] As it messes up the script.. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
James Posted May 4, 2007 Posted May 4, 2007 I have finished modifying the document, and I have attached my own version with some extra functions: Commands are: help /? color blue, purple, pink, rose, green, white, black cd open/close beep, frequency, duration popup, title, message gui, width, height exit about computerMyLang.au3 Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
i542 Posted May 4, 2007 Author Posted May 4, 2007 (edited) CD Tray Opened Oh rly?EDIT: I just noticed! You disconnected me my USB stick! How rude!> Your username is: Ivan > Your computer name is: MOJ-KOMPJUTOR (translated: MY-PC, i542's addition) > Your Operating System is: WIN_XP > Service Pack is: Service Pack 1 > OS Build: 2600 > Language: 0409Good boy!Nice how I can see .Modifying document is for A. Sit down, exam is over i542 Edited May 5, 2007 by i542 I can do signature me.
James Posted May 4, 2007 Posted May 4, 2007 Oh rly?I'm fixing that, for some reason it wont find it..Good boy!Nice how I can see smile.gif.Thanks!Modifying document is for A. Sit down, exam is over wink.gif? For A? Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
CoderDunn Posted May 4, 2007 Posted May 4, 2007 (edited) I made something like this but instead of having the AutoIt script interpret it ... I made the It generate another AutoIt script based on the code and run it. It will run faster than having a script interpret a script. Just a suggestion. Hallman Edited May 4, 2007 by Hallman
i542 Posted May 4, 2007 Author Posted May 4, 2007 ? For A?What do you want? A+?And get on MSN aleardy!i542 I can do signature me.
i542 Posted May 4, 2007 Author Posted May 4, 2007 I made something like this but instead of having the AutoIt script interpret it ... I made the It generate another AutoIt script based on the code and run it. It will run faster than having a script interpret a script. Just a suggestion. HallmanAnd where do I found it?i542 I can do signature me.
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