Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- REM Please do not copy
- REM To test this out go to notepad
- REM then paste this
- REM click saveas
- REM click .bat
- REM done
- echo Welcome to widows 1.00 dos-runned
- :MMENU
- cls
- echo 1- notepad
- echo 2- worldwideweb
- echo 3- social media (fb/ig)
- echo --------------------------------------
- set /p appChoice= "what? "
- IF appChoice EQU 1 GOTO NOTEPAD
- IF appChoice EQU 2 GOTO WORLDWW
- IF appChoice EQU 3 GOTO SMFBIGM
- :NOTEPAD
- cls
- echo 5 LINE NOTEPAD
- echo -----------------------------
- set /p line1= ""
- set /p line2= ""
- set /p line3= ""
- set /p line4= ""
- set /p line5= ""
- (echo= %line1%) > notepad1.txt
- (echo= %line2%) > notepad1.txt
- (echo= %line3%) > notepad1.txt
- (echo= %line4%) > notepad1.txt
- (echo= %line5%) > notepad1.txt
- REM Remember to remove the residue files of the notepad.
- echo done
- pause
- GOTO MMENU
- :WORLDWW
- cls
- echo WORLD WIDE WEB
- echo ---------------------------------
- echo Secure - www.widows.web/Xsmd6XWd
- echo ---------------------------------
- echo \ / \ /
- echo \ / \ /
- echo \ / \ /
- echo / \ OS
- echo Welcome To Widows Web
- echo 404 Not Found !
- pause
- GOTO MMENU
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement