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.

asd.bat 422B

1234567891011121314151617181920212223242526272829
  1. @echo off
  2. :asd
  3. cls
  4. @echo.
  5. @echo asd
  6. @echo.
  7. @echo.
  8. @echo Moeglichkeiten:
  9. @echo.
  10. @echo lol, lol2
  11. @echo.
  12. :asdP
  13. set /p action=
  14. if $%action%$==$lol$ goto asd
  15. if $%action%$==$lol2$ (goto 2) else goto asdP
  16. @echo off
  17. :2
  18. cls
  19. @echo.
  20. @echo asddddddXD
  21. @echo.
  22. @echo.
  23. @echo Moeglichkeiten:
  24. @echo.
  25. @echo asd
  26. @echo.
  27. :2P
  28. set /p action=
  29. if $%action%$==$asd$ (goto asd) else goto 2P