Uptime Batch File

A quick Batch file code to check a computers uptime.

Very handy to check quickly if the computer has been rebooted.

@echo off
net statistics workstation | find "Statistics since"
Pause

It running below.

Uptime Batch File
uptime.bat running

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.