1 Star 0 Fork 0

havealex / Quick-Cocos2dx-Community

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup_win.bat 489 Bytes
一键复制 编辑 原始数据 按行查看 历史
u0u0 提交于 2015-10-18 21:46 . check shortcut before delete it.
@echo off
set QUICK_V3_ROOT=%~dp0
set SETX=setx
echo.
echo config:
echo.
echo QUICK_V3_ROOT = "%QUICK_V3_ROOT%"
echo.
%SETX% QUICK_V3_ROOT %QUICK_V3_ROOT%
echo.
set shortPathLnk=%userprofile%\Desktop\player3.lnk
if exist %shortPathLnk% del /f /q %shortPathLnk%
set shortPathUrl=%userprofile%\Desktop\player3.url
if exist %shortPathUrl% del /f /q %shortPathUrl%
%QUICK_V3_ROOT%quick\bin\win32\shortcut.exe %QUICK_V3_ROOT%quick\player\win32\player3.exe /d player3 /ld player3.lnk
pause
1
https://gitee.com/havealex/Quick-Cocos2dx-Community.git
git@gitee.com:havealex/Quick-Cocos2dx-Community.git
havealex
Quick-Cocos2dx-Community
Quick-Cocos2dx-Community
master

搜索帮助