Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. Echo off
  2. title Command Prompt Batch
  3. ver
  4. echo Copyright (c) 2009 Glitchsoft Corporation. Not actually copyright material.
  5. echo.
  6. :Loop
  7. set /P the="%cd%>"
  8. %the%
  9. echo.
  10. goto loop
  11. Echo off
  12. title Command Prompt Batch
  13. ver
  14. echo Copyright (c) 2009 Glitchsoft Corporation. Not actually copyright materiecho.
  15. :Loop
  16. set /P the="%cd%>"
  17. %the%
  18. echo.
  19. goto loop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement