This is a batch file
application witch you can
use to make a quick text file
by just
hitting enter.
Copy paste into Notepad
and save as TEXTOR.bat.
.
TITLE TEXTOR
ECHO OFF
COLOR 03
CLS
T/ >TEXT.txt
CLS
ECHO Please type ur text
here:
SET/P "TYPE=>"
ECHO Text:%TYPE%>>TE
XT.txt
TIMEOUT /T 2 >NUL
EXIT
.
Run this batch file, type
your text and a txt file will
be automaticaly created
where you
saved the batch file
application witch you can
use to make a quick text file
by just
hitting enter.
Copy paste into Notepad
and save as TEXTOR.bat.
.
TITLE TEXTOR
ECHO OFF
COLOR 03
CLS
T/ >TEXT.txt
CLS
ECHO Please type ur text
here:
SET/P "TYPE=>"
ECHO Text:%TYPE%>>TE
XT.txt
TIMEOUT /T 2 >NUL
EXIT
.
Run this batch file, type
your text and a txt file will
be automaticaly created
where you
saved the batch file
No comments:
Post a Comment