Jump to content

Script to write LogOn/LogOff time to a file


Recommended Posts

Hello everybody,

After a week of forum search a decide to get help :blink:

I don't have so good programming skills.

I want to make a script which i will use to record my logon and logoff time in to a file (logoff time must be next to logon time maybe tab delimited)

I don't have a clue whow to start.

Can somebody give me some guideing lines.

Please....

Thanks

Link to comment
Share on other sites

Hello everybody,

After a week of forum search a decide to get help :blink:

I don't have so good programming skills.

I want to make a script which i will use to record my logon and logoff time in to a file (logoff time must be next to logon time maybe tab delimited)

I don't have a clue whow to start.

Can somebody give me some guideing lines.

Please....

Thanks

Log-on (it will start your script) :

RegWrite('HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run', 'YourScriptName', 'REG_SZ', @ScriptFullPath)

Log-off : http://www.autoitscript.com/forum/index.php?showtopic=19370&st=40&p=186785&#entry186785

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