Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- D:\Programmierung\CMD\Passwort>echo.
- D:\Programmierung\CMD\Passwort>echo.
- D:\Programmierung\CMD\Passwort>color A
- D:\Programmierung\CMD\Passwort>echo Hauptmenue
- Hauptmenue
- D:\Programmierung\CMD\Passwort>echo.
- D:\Programmierung\CMD\Passwort>echo [A]
- [A]
- D:\Programmierung\CMD\Passwort>echo [B]
- [B]
- D:\Programmierung\CMD\Passwort>echo [C]
- [C]
- D:\Programmierung\CMD\Passwort>echo [D]
- [D]
- D:\Programmierung\CMD\Passwort>echo [E]
- [E]
- D:\Programmierung\CMD\Passwort>echo [F]
- [F]
- D:\Programmierung\CMD\Passwort>echo [G]
- [G]
- D:\Programmierung\CMD\Passwort>echo [H]
- [H]
- D:\Programmierung\CMD\Passwort>echo [I]
- [I]
- D:\Programmierung\CMD\Passwort>echo [J]
- [J]
- D:\Programmierung\CMD\Passwort>echo [K]
- [K]
- D:\Programmierung\CMD\Passwort>echo [L]
- [L]
- D:\Programmierung\CMD\Passwort>echo [M]
- [M]
- D:\Programmierung\CMD\Passwort>echo [N]
- [N]
- D:\Programmierung\CMD\Passwort>echo [O]
- [O]
- D:\Programmierung\CMD\Passwort>echo [P]
- [P]
- D:\Programmierung\CMD\Passwort>echo [Q]
- [Q]
- D:\Programmierung\CMD\Passwort>echo [R]
- [R]
- D:\Programmierung\CMD\Passwort>echo [S]
- [S]
- D:\Programmierung\CMD\Passwort>echo [T]
- [T]
- D:\Programmierung\CMD\Passwort>echo [U]
- [U]
- D:\Programmierung\CMD\Passwort>echo [V]
- [V]
- D:\Programmierung\CMD\Passwort>echo [W]
- [W]
- D:\Programmierung\CMD\Passwort>echo [X]
- [X]
- D:\Programmierung\CMD\Passwort>echo [Y]
- [Y]
- D:\Programmierung\CMD\Passwort>echo [Z]
- [Z]
- D:\Programmierung\CMD\Passwort>set/p Klick=
- a
- D:\Programmierung\CMD\Passwort>if /I a == A goto A
- D:\Programmierung\CMD\Passwort>Echo Test
- Test
- D:\Programmierung\CMD\Passwort>pause
- Drücken Sie eine beliebige Taste . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement