Uptime on XP Pro
July 11th, 2005
Open notepad and generate the following batch file: @echo. @systeminfo | @find “System Up Time:” @echo. save it in your environment path (i.e. c:\windows\system32\) as: uptime.bat Then you can access that throught the following: Start > Run > cmd [enter] uptime This only works for windows xp pro, for windows xp home users: search for […]