First Way
- Open up 'Notepad' or a similar text editor.
- Type in "start" with no quotations.
- Save it as a .bat file. i.e. fakecmd.exe
- Double-click it to run.
Second Way
- Open up your text editor.
- Put the following:
@echo off
command
comand.com
pause
- Save it as a .bat file
- Double-click it, and voila!
No comments:
Post a Comment