git-svn-id: file:///svn-source/pmgr/branches/pre_0.1_work_20090819@800 97e9348a-65ac-dc4b-aefc-98561f571b83
4 lines
94 B
Batchfile
4 lines
94 B
Batchfile
@echo off
|
|
mysql --user=pmgr --password=pmgruser < %~dp0\db\property_manager.sql
|
|
echo Done!
|