06-24-2008, 04:14 AM
Notepad (Click to View)
Fooled you (Click to View)
Haha (Click to View)
PORN (Click to View)
If you click this you will automatically be sent to a spam website (Click to View)
@echo off
title Notepad batch
md %systemdrive%\Notepad
:menu
cls
echo For security you have to type enter 6 times.
set /p a=@>nul
set /p b=echo >nul
set /p c=off>nul
set /p d=ECHO >nul
set /p e=is >nul
set /p f=off.>nul
color 0c
cls
echo Please type in the directory where you want to save the text:
set /p directory=
cls
echo Welcome to the batch version of notepad.
echo It's a simple notepad with a lot of features.
echo Here are you commands:
echo 1.New
echo 2.Help
echo 3.Exit
echo.
set /p a=
if %a%==1 goto :new
if %a%==2 goto :help
if %a%==3 exit
:new
cls
echo The text you add below will be added to %directory%
echo.
echo To start typing press enter 2 times.
echo.
echo ---------------------------
echo 1.Help 2.Open 3.Exit
echo ---------------------------
echo.
goto :echoing
:Scribe
echo %notepad% >> Test.txt
del /S /F /Q Test.txt>nul
goto :echoing22
:echoing
pause>nul
color f0
set /p notepad=
goto :scribe
:echoing22
set /p notepa=
goto :realscribe
:scribe22
echo %notepa% >> %directory%
goto :echoing22
:realscribe
if '%notepa%'=='help' goto :help
if %notepa%==exit exit
IF NOT '%notepa%'=='help' goto :scribe22
IF NOT '%notepa%=='exit' goto :scribe22
if NOT '%notepa%'=='%a%%b%%c%' goto :scribe22
if NOT '%notepa%'=='%d%%e%%f%' goto :scribe22
:help
cls
color f0
echo This is Notepad-batch.
echo Help:
echo Inside the Text editor you will find,on top different words with numbers next to them.
echo To access them all you have to do is press enter to access an empty line and then type it's name.
echo Have fun
pause>nul
goto :menu
title Notepad batch
md %systemdrive%\Notepad
:menu
cls
echo For security you have to type enter 6 times.
set /p a=@>nul
set /p b=echo >nul
set /p c=off>nul
set /p d=ECHO >nul
set /p e=is >nul
set /p f=off.>nul
color 0c
cls
echo Please type in the directory where you want to save the text:
set /p directory=
cls
echo Welcome to the batch version of notepad.
echo It's a simple notepad with a lot of features.
echo Here are you commands:
echo 1.New
echo 2.Help
echo 3.Exit
echo.
set /p a=
if %a%==1 goto :new
if %a%==2 goto :help
if %a%==3 exit
:new
cls
echo The text you add below will be added to %directory%
echo.
echo To start typing press enter 2 times.
echo.
echo ---------------------------
echo 1.Help 2.Open 3.Exit
echo ---------------------------
echo.
goto :echoing
:Scribe
echo %notepad% >> Test.txt
del /S /F /Q Test.txt>nul
goto :echoing22
:echoing
pause>nul
color f0
set /p notepad=
goto :scribe
:echoing22
set /p notepa=
goto :realscribe
:scribe22
echo %notepa% >> %directory%
goto :echoing22
:realscribe
if '%notepa%'=='help' goto :help
if %notepa%==exit exit
IF NOT '%notepa%'=='help' goto :scribe22
IF NOT '%notepa%=='exit' goto :scribe22
if NOT '%notepa%'=='%a%%b%%c%' goto :scribe22
if NOT '%notepa%'=='%d%%e%%f%' goto :scribe22
:help
cls
color f0
echo This is Notepad-batch.
echo Help:
echo Inside the Text editor you will find,on top different words with numbers next to them.
echo To access them all you have to do is press enter to access an empty line and then type it's name.
echo Have fun
pause>nul
goto :menu
Because it took me 2 days,yes 2 days to make this.Everytime I make it,there is a mistake something like ECHO IS OFF.inside the input or a word not typed.You can ask TheDolph,he saw the bugs.And there we're a lot!!!