View Single Post
  #1  
Old 04-24-2003, 11:29 PM
Keefe Keefe is offline
Administrator
 
Join Date: May 2002
Location: Wisconsin
Posts: 2,337
Send a message via ICQ to Keefe Send a message via AIM to Keefe Send a message via MSN to Keefe Send a message via Yahoo to Keefe
Default Finding System Uptime of Windows XP Pro/Home Box

I like using linux a lot and the thing I really miss when using windows is uptime. I found out that there is a systeminfo command line tool that among other things give you the System Up Time info. Here's a batch file script that you can put down quickly to just extract the System Up Time using the systeminfo command line tool.

@systeminfo | @find "System Up Time:"@pause
Better still, just download this Uptime.exe and run it on your XP Pro/Home machine. Don't worry about what the System Requirements section says, it runs just fine on XP. Here's the output:

C:\>uptime
\\telesto has been up for: 40 day(s), 4 hour(s), 29 minute(s), 13 second(s)

Pretty impressivs uptime for an xp box, eh?

Also try uptime /s for some other cool stats.
__________________
It's crazy I'm thinking, just knowing that the world is round.
-http://www.techwarepc.com/ - The Technology Experts
Reply With Quote