Was told by a 'programmer' that a batch file would be the best to write it in.
Guessing he is way off the mark?
Search found 3 matches
- 15 Jul 2010 16:17
- Forum: DOS Batch Forum
- Topic: Time Stamping Batch File
- Replies: 8
- Views: 10565
- 15 Jul 2010 14:58
- Forum: DOS Batch Forum
- Topic: Time Stamping Batch File
- Replies: 8
- Views: 10565
Re: Time Stamping Batch File
Thanks for the reply aGerman. If i was to log the 'system idle process' run time, and the log in and log off time that woudl probable give me the same data I am looking for. The whole thing is trying to find when and for how long the computers in an office are not being used. Do you know how I would...
- 15 Jul 2010 14:18
- Forum: DOS Batch Forum
- Topic: Time Stamping Batch File
- Replies: 8
- Views: 10565
Time Stamping Batch File
Hi all, Very new to programming and looking for help on a batch file. What i need is a batch file to create a time stamp every time a user logs in, the mouse is moved, the keyboard is striked or the user logs off. This time stamp should be to the nearest second. dd/mm/yyyy hh:mm:ss format Batch File...