Advertisement
Guest User

Untitled

a guest
Feb 26th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. @echo off
  2. cls
  3. cd Data
  4. set CConsole=
  5. color 0f
  6. title Console
  7. mode con cols=60 lines=60
  8. :Schleife
  9. if exist loadname.bat call loadname.bat
  10. if exist Log.bat call Log.bat
  11. if exist Log.bat echo %time% [%name%] %Log%
  12. if exist Log.bat del Log.bat /q
  13. if exist loadname.bat del loadname.bat /q
  14. if "%Log%"=="Console" goto RunCMD
  15. set Log=
  16. Goto Schleife
  17. :RunCMD
  18. set /p Command=Command:
  19. %command%
  20. Set command=
  21. Goto Schleife
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement