Advertisement
Guest User

Remote Helper

a guest
Sep 28th, 2015
123
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. mode con: cols=37 lines=8
  3. echo[
  4. echo " _ _ _ ___ _ _ ___ _ ___ "
  5. echo " | |\ | |__] | | | | |__] "
  6. echo " | | \| | |__| | | | "
  7. echo " "
  8. echo[
  9.  
  10. Set /p IP=
  11. if "%ip%" == "t" (Set ip=127.0.0.1)
  12. ping %IP% -n 2 -a
  13. pause
  14. start "Arsenal" "arse.bat" ip %ip%
  15. start "Sesion" "Remote.bat" ip %ip%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement