Advertisement
Kozukata_Aoi

Jrunner v 1.0(old)

Sep 9th, 2015
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.25 KB | None | 0 0
  1. @echo off
  2. title Jrunner
  3. color 02
  4. echo Jrunner V 1.0
  5. echo.
  6. :menu
  7. set /p filename=Write File to run:
  8. echo.
  9. if exist (echo Running Program...) goto :run else(echo not found)
  10. :run
  11. cls
  12. java %filename%
  13. echo.
  14. echo Press a key to exit...
  15. pause>nul
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement