1 Star 0 Fork 49

FCCS-SPACE/iPyGIRS

forked from 邢瑞/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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/FCCS-SPACE/iPyGIRS.git
git@gitee.com:FCCS-SPACE/iPyGIRS.git
FCCS-SPACE
iPyGIRS
iPyGIRS
master

搜索帮助