my dads freind made a program that look exactly like command prompt,
but completly ignored the users input!
mine only uses cls
^*EDIT*^ Fixed the code it was because of a missing registryor something like that
anyway here is the code
Code: Select all
@echo off &setlocal enabledelayedexpansion
setlocal enabledelayedexpansion
:start
echo(
set /p input=C:\Users\Admin\Desktop^>
if /i "%input%"=="%input%" goto start
--=<BatMaster>=--