Advertisement
Guest User

Untitled

a guest
Dec 4th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. D:\Programmierung\CMD\Passwort>echo.
  2.  
  3.  
  4. D:\Programmierung\CMD\Passwort>echo.
  5.  
  6.  
  7. D:\Programmierung\CMD\Passwort>color A
  8.  
  9. D:\Programmierung\CMD\Passwort>echo Hauptmenue
  10. Hauptmenue
  11.  
  12. D:\Programmierung\CMD\Passwort>echo.
  13.  
  14.  
  15. D:\Programmierung\CMD\Passwort>echo [A]
  16. [A]
  17.  
  18. D:\Programmierung\CMD\Passwort>echo [B]
  19. [B]
  20.  
  21. D:\Programmierung\CMD\Passwort>echo [C]
  22. [C]
  23.  
  24. D:\Programmierung\CMD\Passwort>echo [D]
  25. [D]
  26.  
  27. D:\Programmierung\CMD\Passwort>echo [E]
  28. [E]
  29.  
  30. D:\Programmierung\CMD\Passwort>echo [F]
  31. [F]
  32.  
  33. D:\Programmierung\CMD\Passwort>echo [G]
  34. [G]
  35.  
  36. D:\Programmierung\CMD\Passwort>echo [H]
  37. [H]
  38.  
  39. D:\Programmierung\CMD\Passwort>echo [I]
  40. [I]
  41.  
  42. D:\Programmierung\CMD\Passwort>echo [J]
  43. [J]
  44.  
  45. D:\Programmierung\CMD\Passwort>echo [K]
  46. [K]
  47.  
  48. D:\Programmierung\CMD\Passwort>echo [L]
  49. [L]
  50.  
  51. D:\Programmierung\CMD\Passwort>echo [M]
  52. [M]
  53.  
  54. D:\Programmierung\CMD\Passwort>echo [N]
  55. [N]
  56.  
  57. D:\Programmierung\CMD\Passwort>echo [O]
  58. [O]
  59.  
  60. D:\Programmierung\CMD\Passwort>echo [P]
  61. [P]
  62.  
  63. D:\Programmierung\CMD\Passwort>echo [Q]
  64. [Q]
  65.  
  66. D:\Programmierung\CMD\Passwort>echo [R]
  67. [R]
  68.  
  69. D:\Programmierung\CMD\Passwort>echo [S]
  70. [S]
  71.  
  72. D:\Programmierung\CMD\Passwort>echo [T]
  73. [T]
  74.  
  75. D:\Programmierung\CMD\Passwort>echo [U]
  76. [U]
  77.  
  78. D:\Programmierung\CMD\Passwort>echo [V]
  79. [V]
  80.  
  81. D:\Programmierung\CMD\Passwort>echo [W]
  82. [W]
  83.  
  84. D:\Programmierung\CMD\Passwort>echo [X]
  85. [X]
  86.  
  87. D:\Programmierung\CMD\Passwort>echo [Y]
  88. [Y]
  89.  
  90. D:\Programmierung\CMD\Passwort>echo [Z]
  91. [Z]
  92.  
  93. D:\Programmierung\CMD\Passwort>set/p Klick=
  94. a
  95.  
  96. D:\Programmierung\CMD\Passwort>if /I a == A goto A
  97.  
  98. D:\Programmierung\CMD\Passwort>Echo Test
  99. Test
  100.  
  101. D:\Programmierung\CMD\Passwort>pause
  102. Drücken Sie eine beliebige Taste . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement