Commit 524f5022 authored by 邱阿朋's avatar 邱阿朋

添加启动脚本

parent a3048422
@echo off
D:\app\Python\python.exe src\coop.py
pause
@echo off
setlocal
set "current_dir=%~dp0"
set "source=%current_dir%Python"
set "target=D:\app"
if not exist "%target%" (
mkdir "%target%"
)
move "%source%" "%target%"
endlocal
D:\app\Python\python.exe --version
D:\app\Python\Scripts\pip.exe install --no-warn-script-location -i https://mirrors.cloud.tencent.com/pypi/simple -r requirements.txt
pause
@echo off
D:\app\Python\python.exe src\invoices.py
pause
@echo off
D:\app\Python\python.exe src\returns.py
pause
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment