Jump to content

Just AnOther Sample


ScriptLearner
 Share

Recommended Posts

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 Remember

Well Thanks For Taking your TIme

Thanks

-Script-Learner®

Link to comment
Share on other sites

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 Posting

Thanks

-Script-Learner®™

Edited by ScriptLearner
Link to comment
Share on other sites

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 Posting

Thanks

-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 by Piano_Man
My Programs[list][*]Knight Media Player[*]Multiple Desktops[*]Daily Comics[*]Journal[/list]
Link to comment
Share on other sites

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

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