Skip to content

Instantly share code, notes, and snippets.

@downthecrop
Last active June 7, 2020 07:38
Show Gist options
  • Save downthecrop/71231e74c3865c0bc41bc8e122adb8e6 to your computer and use it in GitHub Desktop.
Save downthecrop/71231e74c3865c0bc41bc8e122adb8e6 to your computer and use it in GitHub Desktop.
Run client and server for rs2006ps on Windows
:: Launches both the Client and Server for rs2006sp
:: Place inside your main folder with Client and Server directories
start /min cmd /c "cd %cd%\Client && java -jar Client.jar"
start /min cmd /c "cd %cd%\Server && java -Xmx1024m -jar Server.jar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment