|
Answer» this is how i called a program to stamp the time i opened my computer session in my autoexec.bat file
doskey call c:\logagin.com win
I used a program called bat2exe.exe to CONVERT this to the logagin.com
ECHO. |TIME > TIME COPY LOG +TIME
what i want to KNOW is how to stamp the time again when i close down the sessionYou would have to shut down from a script (in WINDOWS 98, make a shortcut with your desired RUNDLL32.EXE and other commands) instead of from the 'START Menu'...
I use rundll32.exe user.exe,exitwindows in a shortcut to shut down instead of having to use the Start Menu.
|