mage/Utils/release/startMage.bat

5 lines
82 B
Batchfile
Raw Normal View History

2011-09-22 23:00:03 +00:00
@ECHO OFF
2012-12-28 00:33:15 +00:00
cd ./mage-client
2011-09-22 23:00:03 +00:00
call startClient
2012-12-28 00:33:15 +00:00
cd ../mage-server
2011-09-22 23:00:03 +00:00
call startServer