How-To Run Data Crow Server

First create a database location, by creating an empty folder in the filesystem, for example C:\DCdatabase\

Download and unzip the server package. for example in C:\

In dos, run:

C:\dc-server>datacrow-server64bit.exe -userdir:"C:\DCdatabase\" -webserverport:80

You can now login onto your local server on http://127.0.0.1/datacrow/

Username: SA
Password: (blank)

The full manual can be found at http://datacrow.net/manuals/data_crow_client_server_howto.pdf

Change IP address in Windows via DOS

To change the IP of your Windows computer, to a fixed value, using DOS run
netsh interface ip set address name=”Local Area Connection” static 192.168.1.2 255.255.255.0 192.168.1.1

whereas 192.168.1.2 is your new address
255.255.255.0 is the subnet
and 192.168.1.1 is the gateway

Revert

To switch back to a dynamic IP address via DHCP, run the following command

netsh interface ip set address name=”Local Area Connection” source=dhcp