BlueLord Posted July 11, 2010 Posted July 11, 2010 Hello everybody, After a week of forum search a decide to get help 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
FireFox Posted July 11, 2010 Posted July 11, 2010 Hello everybody, After a week of forum search a decide to get help 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now