Jump to content

Recommended Posts

Posted

Help file > Macro reference > date and time macros

also

function reference > user-defined functions > date management

MsgBox(4096,"Notify", @Year & "/" & @Mon & "/" & @MDay & " " & @Hour & ":" & @Min & ":" & @Sec)

You could write the above information to a log file instead of a message box

Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
  • 3 weeks later...
Guest tamirousmc77
Posted

Help file > Macro reference > date and time macros

also

function reference > user-defined functions > date management

MsgBox(4096,"Notify", @Year & "/" & @Mon & "/" & @MDay & " " & @Hour & ":" & @Min & ":" & @Sec)

You could write the above information to a log file instead of a message box

<{POST_SNAPBACK}>

How would you go about logging this information to a log file? What commands and information needs to be added?

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
×
×
  • Create New...