ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/make_win32/installwin32.bat
Revision: 1.2
Committed: Wed May 17 18:52:43 2006 UTC (18 years ago) by pippijn
Content type: text/plain
Branch: MAIN
CVS Tags: LAST_C_VERSION, STABLE, difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.1: +0 -1 lines
Log Message:
Removed classic tileset also from the windows install file.

File Contents

# User Rev Content
1 root 1.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! **