Jump to content
  • 0

facilitate access to his game?


zeanne

Question

2 answers to this question

Recommended Posts

  • 0

I don't know what you mean?, but this is how I open Client and Server in one button.

1. Creat a .txt file

2. paste this code

Spoiler

start /d "path" gamename.exe
start /d "path" servername.exe

3. Save as file .bat

4. click to run

 

ex: my project location folder

Spoiler

start /d "G:\PROJECT\Main\Intersect-Engine-prerelease\build\debug\client" IntersectClient.exe
start /d "G:\PROJECT\Main\Intersect-Engine-prerelease\build\debug\server" IntersectServer.exe

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...