1.

Solve : logging bat file?

Answer»

hi
at the moment my computer has been having alot of problems and i SUSPECT that sombody is using the computer without me knowing so if any one knows how to make alogging bach file PLZ post it

and if you can can it make a file with what time what date logged on and what time logged off plz because ive had to wipe the computer 3 times in the past 4 days and if you can can you make it so it logges what programes that they open plz thanks (sorry i know its alot but this is getting rediculus with my computer)Code: [SELECT]@echo off
cd "%userprofile%\My Documents\"
echo Logged In>> Log.txt
echo %userprofile% >> Log.txt
echo %Date% %time% >> Log.txt
echo _________>> Log.txtThis will only log when they log on and it will STORE a .txt documents in your documents. You need to make this program run on logon.What MAKES you think some one is using your comp?you should just use the event logs. Quote from: mroilfield on April 19, 2009, 06:00:41 AM

What makes you think some one is using your comp?
I think he said why.Quote from: gh0std0g74 on April 19, 2009, 06:04:10 AM
you should just use the event logs.
This would work fine also.


Discussion

No Comment Found