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®