You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
656 B
22 lines
656 B
1 month ago
|
@echo off
|
||
|
cd ..
|
||
|
set proj_path=%cd%
|
||
|
set cli_path=%proj_path%\pandora_cli_proj
|
||
|
set share_path=%proj_path%\pandora_share_proj
|
||
|
set svr_path=%proj_path%\pandora_svr_proj
|
||
|
|
||
|
echo *******************ɱ����*******************
|
||
|
taskkill /im Sogloader.exe /f
|
||
|
|
||
|
cd /d %share_path%
|
||
|
echo *******************��ʼ����*******************
|
||
|
call ������.bat < nul
|
||
|
echo *******************��������*******************
|
||
|
|
||
|
echo *******************��������*******************
|
||
|
cd /d %svr_path%/ctrl_sh
|
||
|
"C:\Program Files\Git\bin\sh.exe" --login -i -c "./build.sh"
|
||
|
"C:\Program Files\Git\bin\sh.exe" --login -i -c "./start_all.sh"
|
||
|
|
||
|
echo *******************��������*******************
|
||
|
pause
|