Guest User

Untitled

a guest
Jun 19th, 2018
115
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.  
  3. :hi
  4. cls
  5. echo Hello! Welcome to my server starter uper quicky thingy.
  6. echo by Holliday Spessa
  7. echo.
  8. echo Server URL's look like "aos://1230123291120" (no quotes)
  9. echo To find the server URL, hover over the Hyperlink on the server page.
  10. echo Semper games.
  11. echo.
  12. echo.
  13. set /p a=What's the server's URL?:
  14. set /p b=Server name? (One Word):
  15.  
  16. echo Making
  17. echo client.exe "%a%" > %b%.bat
  18.  
  19. pause
  20. goto hi
Add Comment
Please, Sign In to add comment