Jump to content

Universal Boottime Display


epic

Recommended Posts

I'm not a script writer, no knowledge in it..

I do know the parameters to call for last boot time

XP/2000

systeminfo | find "System Up Time"

Vista/Windows 7

systeminfo | find "System Boot Time"

this is my current batch file for vista/windows 7 machines, however, if i want to lookup the boottime on xp i'll need a separate batch file.

Cmd /k systeminfo | find "System Boot Time"
/pause

What I'm looking for is a Universal boot display for XP, 2000, Vista, Windows 7 via command line batch file.. something that will call for the winver or determine what version the operating system, if, then goto that line and run.

Edited by epic
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...