Jump to content

Recommended Posts

Posted

I checked the online docs for time stamps such as @hour and @min. However, I am having trouble writing the time to a txt file.

how do I put the time in a txt file?

thanks so much

Posted

I checked the online docs for time stamps such as @hour and @min. However, I am having trouble writing the time to a txt file.

how do I put the time in a txt file?

thanks so much

this is .... open notepad and click F5 or

open notepad and write

.LOG

save it .. every time you open it it has timestamp in it

or :

Run("notepad.exe")

   AutoItSetOption("WinTitleMatchMode", 4)
    WinWaitActive( "Untitled - Notepad", "", 5 )
 ControlFocus ( "Untitled - Notepad","" , "Edit1" )
 ControlSend ( "Untitled - Notepad", "" , "Edit1","{F5}" )

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...