1 Star 0 Fork 68

可口可乐/xnote

forked from xupingmao/xnote 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run.bat 861 Bytes
一键复制 编辑 原始数据 按行查看 历史
xupingmao 提交于 2019-08-17 18:20 . Windows平台支持64位Python
@rem xnote start program
@rem CMD do not support unicode
@title Xnote Server
@rem set color
@rem color [background] foreground
@rem color table
@rem 0 Black
@rem 1 Blue
@rem 2 Green
@rem 3 Lake Blue
@rem 4 Red
@rem 5 Purple
@rem 6 Yellow
@rem 7 White
@rem 8 Gray
@rem 9 Light blue
@rem A Light green
@rem B Shallow green
@rem C Light red
@rem D Light purple
@rem E Light yellow
@rem F Light white
@rem @color B
@date /T
@time /T
@set PY_EXE=python
@if exist C:\Python34\Python.exe set PY_EXE=C:\Python34\Python.exe
@if exist C:\Python35\Python.exe set PY_EXE=C:\Python35\Python.exe
@if exist C:\Users\%username%\AppData\Local\Programs\Python\Python37\python.exe set PY_EXE=C:\Users\%username%\AppData\Local\Programs\Python\Python37\python.exe
@echo Use Python Location: %PY_EXE%
call %PY_EXE% app.py --webbrowser yes %*
@rem wait to report errors
pause
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/zhaojian_Cola/xnote.git
git@gitee.com:zhaojian_Cola/xnote.git
zhaojian_Cola
xnote
xnote
master

搜索帮助