ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/make_win32/installwin32.bat
Revision: 1.1
Committed: Fri Feb 3 07:14:17 2006 UTC (18 years, 3 months ago) by root
Content type: text/plain
Branch: MAIN
Branch point for: UPSTREAM
Log Message:
Initial revision

File Contents

# Content
1 rem Crossfire
2 rem This is the installer for the windows server crossfire32.exe
3 rem Run this bat file
4 rem compile the server with VC when needed
5 rem and unpack the maps in \share\ folder
6 rem c) Michael Toennies 2001
7 cd ..
8 md tmp
9 md var
10 md var\players
11 md var\unique-items
12 md var\template-maps
13 md share
14 md share\help
15 md share\plugins
16 copy lib\*. share\*.*
17 copy lib\*.path share\*.path
18 copy lib\crossfire.0 share\*.*
19 copy lib\crossfire.1 share\*.*
20 copy lib\help\*.* share\help\*.*
21
22 echo off
23 echo .
24 echo ** unpack maps in \share before you run the server! **