P.S. (you have to download both files for it to work)
Remove these ads by
Signing UpStep 1
| « Previous Step | Download PDFView All Steps | Next Step » |
Remove these ads by
Signing Up| « Previous Step | Download PDFView All Steps | Next Step » |

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.
first would be great if you fixed the text editor bit it asked do you want to continue .. i said n but it went onto it anyway -_-
second it would be cool if when you have an option you can type something like menu to go back
and last please shorted the loading it takes fffooorrreevveerrr ... btw use this makes it smaller:
:top
cls
echo CJPCREATOR V1.0 or whatever you want...
echo.
echo ------------------------------------------
echo {%loader% }
echo ------------------------------------------
ping localhost -n 2>nul
then just keep setting %loader% to whatever and goto top
set /p te=Enter Choice:
if %te%==y then goto editor
if %te%==n then goto mainmenu2
:editor
the then makes it ignore the command so it just goes onto the editor.
Batch files are programs run in the command prompt (aka DOS or CMD) You use codes that you edit and create in notepad and then save it as a batch file (aka .BAT) to tell the computer to run it in the command prompt