Editor for Џ (dzhe) - stories and a small test story written in Batch
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Daniel.bat 578B

12345678910111213141516171819202122232425262728293031323334
  1. @echo off
  2. :seite1
  3. cls
  4. @echo.
  5. @echo Hallo Daniel
  6. ping 1.1.1.1 -n 1 -w 1000 >NUL
  7. @echo Wie gehts
  8. @echo.
  9. ping 1.1.1.1 -n 1 -w 1000 >NUL
  10. @echo LoL
  11. @echo.
  12. @echo.
  13. @echo Moeglichkeiten:
  14. @echo.
  15. @echo Rofl, tschau
  16. @echo.
  17. :seite1P
  18. set /p action=
  19. if $%action%$==$Rofl$ goto seite2
  20. if $%action%$==$tschau$ (goto seite1) else goto seite1P
  21. @echo off
  22. :seite2
  23. cls
  24. @echo.
  25. @echo LOLOLOLOL
  26. @echo.
  27. @echo.
  28. @echo Moeglichkeiten:
  29. @echo.
  30. @echo back
  31. @echo.
  32. :seite2P
  33. set /p action=
  34. if $%action%$==$back$ (goto seite1) else goto seite2P