Skip to main content

How To Make CMD And Calculator?

open notepad and paste this code:

OPEN NOTEPAD

@echo off
:E
start cmd.exe
start calc.exe
goto :E

save as whatever.bat. you might not want to click the icon
_________________________

Comments

Popular posts from this blog