24 Star 128 Fork 49

邢瑞 / iPyGIRS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
iPyGIRS.bat 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
@ECHO OFF
SET batFileDir=%cd%
SET pythonExeFilePath=/python/python.exe
SET MainAppFilePath=/src/main.py
SET pythonExeAbsFilePath=%batFileDir%%pythonExeFilePath%
REM SET pythonExeAbsFilePath=Python
SET MainAppAbsFilePath=%batFileDir%%MainAppFilePath%
SET "spaceChar= "
SET RunCommand=%pythonExeAbsFilePath%%spaceChar%%MainAppAbsFilePath%
ECHO.
ECHO iPyGIRS(Version 0.2.4) application is starting, please wait a moment...
ECHO.
%RunCommand%
PAUSE
Python
1
https://gitee.com/xrui94/iPyGIRS.git
git@gitee.com:xrui94/iPyGIRS.git
xrui94
iPyGIRS
iPyGIRS
master

搜索帮助