Quote:
Originally Posted by Spedfist
ive run a server before and ive installed cvs, but whenever i type in the specified line i get a "'cvs' is not regocnized as a internal or external command...blah, blah" ive installed everything and done everything said in the earlier parts of the tutorial, dont know why its not workin
|
then you missed the step after installing cvs, which was to install it into the windows path, and then reset the pc to make the changes work. Following the steps exactly are required.
Quote:
Originally Posted by HOWTO: Run Your Own Win32 EQEmu Server
Add CVS to %PATH%
Open Control Panel
Open System
Click on the Advanced tab
Click on Environment Variables
Highlight the PATH row in the System Variables Frame
Click Edit below the row you have highlighted
Add ;c:\EqEmu\cvs\wincvs to the end of the existing variable value. Don't overwrite the current value in there - just append to the end
While we're here, let's add mysql bin to the path:
Add ;c:\mysql\bin to the end of the existing variable value. Don't overwrite the current value in there - just append to the end
|