Advertisement
One_the_great

widows 1 (batch)

Dec 23rd, 2020 (edited)
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.14 KB | None | 0 0
  1. @echo off
  2. REM Please do not copy
  3. REM To test this out go to notepad
  4. REM then paste this
  5. REM click saveas
  6. REM click .bat
  7. REM done
  8. echo Welcome to widows 1.00 dos-runned
  9.  
  10. :MMENU
  11. cls
  12. echo 1- notepad
  13. echo 2- worldwideweb
  14. echo 3- social media (fb/ig)
  15. echo --------------------------------------
  16. set /p appChoice= "what? "
  17. IF appChoice EQU 1 GOTO NOTEPAD
  18. IF appChoice EQU 2 GOTO WORLDWW
  19. IF appChoice EQU 3 GOTO SMFBIGM
  20.  
  21. :NOTEPAD
  22. cls
  23. echo 5 LINE NOTEPAD
  24. echo -----------------------------
  25. set /p line1= ""
  26. set /p line2= ""
  27. set /p line3= ""
  28. set /p line4= ""
  29. set /p line5= ""
  30. (echo= %line1%) > notepad1.txt
  31. (echo= %line2%) > notepad1.txt
  32. (echo= %line3%) > notepad1.txt
  33. (echo= %line4%) > notepad1.txt
  34. (echo= %line5%) > notepad1.txt
  35. REM Remember to remove the residue files of the notepad.
  36. echo done
  37. pause
  38. GOTO MMENU
  39.  
  40. :WORLDWW
  41. cls
  42. echo WORLD WIDE WEB
  43. echo ---------------------------------
  44. echo  Secure - www.widows.web/Xsmd6XWd
  45. echo ---------------------------------
  46. echo   \    / \      /
  47. echo    \  /   \    /
  48. echo     \ /    \  /
  49. echo      /      \      OS
  50. echo Welcome To Widows Web
  51. echo   404 Not Found !
  52. pause
  53. GOTO MMENU
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement