ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/make_win32/installwin32.bat
Revision: 1.3
Committed: Thu Sep 7 19:50:57 2006 UTC (17 years, 8 months ago) by pippijn
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
removed visual studio project files. native win32 will not be supported

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\help\*.* share\help\*.*
20
21 echo off
22 echo .
23 echo ** unpack maps in \share before you run the server! **