Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Is this possible?


Smallbro
 Share

Recommended Posts

Open notepad and paste the following…

@ECHO OFF
ECHO Starting Server..
.
.
START C:\DirectoryToServer\Server.exe
.
.
ECHO Server started!

Save it as AUTOEXEC.bat, then place this into C:\
Windows will run AUTOEXEC.bat on startup by default, the command inside will then run your server. Don't need VB or anything at all, just a little batch. Let me know if this works, I haven't used batch in a while. Ive also never tested this on Vista...
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
 Share

×
×
  • Create New...