Advertisement
HyperHamster534

Enable restricted CMD

Apr 20th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.12 KB | None | 0 0
  1. ::this is a batch script
  2.  
  3. @echo off
  4.  
  5. :input
  6. set directory=%cd%:
  7. set /P command=%directory%
  8.  
  9. :run
  10. %command%
  11. goto input
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement