Re: System Up time
- From: "WTC" <bcrawfordjr(anyone)@yahoo.com>
- Date: Wed, 11 May 2005 22:34:57 -0700
"Shenan Stanley" <newshelper@xxxxxxxxx> wrote in message
news:ufUaNNrVFHA.1148@xxxxxxxxxxxxxxxxxxxxxxx
> T. Waters wrote:
>> "systeminfo" was not recognized.
>> Just wanting to know where in the System Information tree I should
>> navigate to in order to find Uptime. Using the Search function within
>> System Info did not find it.
>
> Assuming Windows XP Professional:
> Create a batch script.. Call it "uptime.cmd".
>
> Put this in it:
>
> @systeminfo | find "System Up Time:"
> @pause
>
> Run the script.
> There's your uptime.
>
> This works as well:
> http://www.microsoft.com/ntserver/nts/downloads/management/uptime/default.asp
>
> (Try the /s switch.. Gives a history and more.)
>
"http://www.microsoft.com/ntserver/nts/downloads/management/uptime/default.asp
(Try the /s switch.. Gives a history and more.)"
This is what I use, with a cmd file.
---------------
@echo off
TITLE UPTIME FOR %USERDOMAIN%
d:\Programs\uptime.exe /s>"%temp%\uptime.txt"
cmd /c "%temp%\uptime.txt"
--------------------
--
William
.
- References:
- System Up time
- From: Scotch Monster %*}
- Re: System Up time
- From: Carey Frisch [MVP]
- Re: System Up time
- From: Scotch Monster %*}
- Re: System Up time
- From: DevilsPGD
- Re: System Up time
- From: WTC
- Re: System Up time
- From: Shenan Stanley
- System Up time
- Prev by Date: Re: System Up time
- Next by Date: Re: Delete $NtUninstallxxxxxx$" and "$NtServicePackUninstall$ folders
- Previous by thread: Re: System Up time
- Next by thread: Re: System Up time
- Index(es):