I've just been messing around with CMD, and making animated ascii art. I've been attempting to use the Timeout command on my Windows 2000 laptop, however every time I attempt this, it just says it isn't an internal or external command or batch file.
This is on an old Toshiba 3110CT laptop running Windows 2000; I got it from a thrift store at some point. I've tried this on my Windows 10 laptop, and the code works perfectly fine there, but the 2000 laptop is my coding laptop, and I would like it if it were on there.
@echo off
cd %SystemRoot%\system32\
timeout.exe /t 1 /nobreak >nul
I expect for it to wait for a second, and then display the next frame of my ascii animation. Instead, it just tells me that "'timeout.exe' is not recognized as an internal or external command, operable program or batch file."