Uptime Batch File July 22, 2014Batch FileBanfi 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.bat running