Advertisement
zharry

CMD

Jun 22nd, 2015
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.31 KB | None | 0 0
  1. @echo off
  2. title Command Prompt
  3. ver > sysver.txt
  4. find sysver.txt "Microsoft" | find "Microsoft"
  5. del sysver.txt
  6. echo (c) 2013 Microsoft Coporation. All rights reserved.
  7. echo.
  8. :start
  9. set /p command="%cd%>"
  10. %command%
  11. if "%command%"=="" (
  12.         goto start
  13. ) else (
  14.         echo.
  15. )
  16. set command=
  17. goto start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement