ScriptLearner Posted August 11, 2007 Share Posted August 11, 2007 Hey Guys just testing anything i can find well here it is u dont need it but just to see how im going in scripting ; This demo displays the time. #include <Date.au3> ; this is an, Include file with date and time functions built-in. Beep(500, 1000) MsgBox(0,'',"The time is:" & _NowTime()); this is the message box that displays the time. ; NowTime is known as a Function, this is an included Function, and there are UDF Functions. ; UDF means User, Defined, Function. ; an Example might be. Func My_Function(); starts my Function. ; do something here. EndFunc; Ends my Function. ; UDF Functions are very Important, Please RememberWell Thanks For Taking your TImeThanks-Script-Learner® Edited SWBMy Virst Script,UslessAnOther Sample Link to comment Share on other sites More sharing options...
Achilles Posted August 11, 2007 Share Posted August 11, 2007 Great comments, like your last script... That's a good habit to have. Nice basic script. My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Link to comment Share on other sites More sharing options...
JustinReno Posted August 11, 2007 Share Posted August 11, 2007 it look s like these are modified versions in Autoit Examples directory. Good Job though. i like the comments Link to comment Share on other sites More sharing options...
ScriptLearner Posted August 12, 2007 Author Share Posted August 12, 2007 Thanks Guys For The Comments Really Nice Of You And I Do Get Example Scripts Just To Test And Put 2 into one so yea thanks Thanks-Script-Leaner® Edited SWBMy Virst Script,UslessAnOther Sample Link to comment Share on other sites More sharing options...
ScriptLearner Posted August 12, 2007 Author Share Posted August 12, 2007 (edited) Great comments, like your last script... That's a good habit to have. Nice basic script.Hmm What Script Will That Be Lol (P.S) I Cant Wait Till UR Desktop Project Thanks For The Comment (P.S) Sorry For Double PostingThanks-Script-Learner®™ Edited August 12, 2007 by ScriptLearner Edited SWBMy Virst Script,UslessAnOther Sample Link to comment Share on other sites More sharing options...
Generator Posted August 12, 2007 Share Posted August 12, 2007 Good commenting, but i suggest stop posting these sample; help file is already simple enough, if they still don't understand how it works after testing and reading, they are not suppose to be using autoit. Link to comment Share on other sites More sharing options...
ScriptLearner Posted August 12, 2007 Author Share Posted August 12, 2007 Good commenting, but i suggest stop posting these sample; help file is already simple enough, if they still don't understand how it works after testing and reading, they are not suppose to be using autoit.Okay Ill Keep my samples to my self ByeThanks-Script-Learner® Edited SWBMy Virst Script,UslessAnOther Sample Link to comment Share on other sites More sharing options...
Generator Posted August 12, 2007 Share Posted August 12, 2007 Okay Ill Keep my samples to my self ByeThanks-Script-Learner®Actually i have another suggestion, make many samples and put all of them in one post, so it's easy to find and manage. Link to comment Share on other sites More sharing options...
ScriptLearner Posted August 12, 2007 Author Share Posted August 12, 2007 Actually i have another suggestion, make many samples and put all of them in one post, so it's easy to find and manage.Lol Okay Ill Try One DayThanks-Script-Learner® Edited SWBMy Virst Script,UslessAnOther Sample Link to comment Share on other sites More sharing options...
Achilles Posted August 12, 2007 Share Posted August 12, 2007 (edited) Hmm What Script Will That Be Lol (P.S) I Cant Wait Till UR Desktop Project Thanks For The Comment (P.S) Sorry For Double PostingThanks-Script-Learner®™I thought you had some notepad program (where it ran notepad and sent some text), but that might of been someone else... I can't find it (though I searched very briefly) so it might have been someone else. My Multiple Desktops project is almost ready! When I compare it to what I currently have posted: this... The changes I've made will make it a way better program!Edit: I found it! This was the script I was referring to... Edited August 12, 2007 by Piano_Man My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list] Link to comment Share on other sites More sharing options...
AzKay Posted August 12, 2007 Share Posted August 12, 2007 Actually i have another suggestion, make many samples and put all of them in one post, so it's easy to find and manage.Even better, Make your own helpfile :3 # MY LOVE FOR YOU... IS LIKE A TRUCK- # Link to comment Share on other sites More sharing options...
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