8 Star 17 Fork 9

LibQQt应用程序开发组织 / Multi-environ Technology(PyMake)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.bat 3.43 KB
一键复制 编辑 原始数据 按行查看 历史
T.D.R. 提交于 2021-04-18 13:33 . add pypip to install and uninstall script.
@echo off
::请使用 install.bat %* 进行安装
set mmpath=%WINDIR%
set mmfile=mm.bat
set filepath=%~dp0
set sourcefile=pymake.bat
call :install %*
set mmfile=pymm.bat
set filepath=%~dp0
set sourcefile=pymake.bat
call :install %*
set mmfile=pymake.bat
set filepath=%~dp0
set sourcefile=pymake.bat
call :install %*
set mmfile=pyenv.bat
set filepath=%~dp0
set sourcefile=pyenv.bat
call :install %*
set mmfile=pyvc.bat
set filepath=%~dp0
set sourcefile=pyvc.bat
call :install %*
set mmfile=pyvcenv.bat
set filepath=%~dp0
set sourcefile=pyvcenv.bat
call :install %*
set mmfile=pyvcccvp.bat
set filepath=%~dp0
set sourcefile=pyvcccvp.bat
call :install %*
set mmfile=pyvcexport.bat
set filepath=%~dp0
set sourcefile=pyvcexport.bat
call :install %*
set mmfile=pyvcpython.bat
set filepath=%~dp0
set sourcefile=pyvcpython.bat
call :install %*
set mmfile=pyvcpowershell.bat
set filepath=%~dp0
set sourcefile=pyvcpowershell.bat
call :install %*
set mmfile=pyvclanguage.bat
set filepath=%~dp0
set sourcefile=pyvclanguage.bat
call :install %*
set mmfile=pytype.bat
set filepath=%~dp0
set sourcefile=pytype.bat
call :install %*
set mmfile=pyexport.bat
set filepath=%~dp0
set sourcefile=pyexport.bat
call :install %*
set mmfile=pycmd.bat
set filepath=%~dp0
set sourcefile=pycmd.bat
call :install %*
set mmfile=pyexecvp.bat
set filepath=%~dp0
set sourcefile=pyexecvp.bat
call :install %*
set mmfile=pyccvp.bat
set filepath=%~dp0
set sourcefile=pyccvp.bat
call :install %*
set mmfile=pypython.bat
set filepath=%~dp0
set sourcefile=pypython.bat
call :install %*
set mmfile=pypowershell.bat
set filepath=%~dp0
set sourcefile=pypowershell.bat
call :install %*
set mmfile=pylanguage.bat
set filepath=%~dp0
set sourcefile=pylanguage.bat
call :install %*
set mmfile=pyclean.bat
set filepath=%~dp0
set sourcefile=pyclean.bat
call :install %*
set mmfile=pyinfo.bat
set filepath=%~dp0
set sourcefile=pyinfo.bat
call :install %*
set mmfile=pypaths.bat
set filepath=%~dp0
set sourcefile=pypaths.bat
call :install %*
set mmfile=pyedit.bat
set filepath=%~dp0
set sourcefile=pyedit.bat
call :install %*
set mmfile=pysys.bat
set filepath=%~dp0
set sourcefile=pysys.bat
call :install %*
set mmfile=pysystem.bat
set filepath=%~dp0
set sourcefile=pysystem.bat
call :install %*
set mmfile=pylocal.bat
set filepath=%~dp0
set sourcefile=pylocal.bat
call :install %*
set mmfile=pycustom.bat
set filepath=%~dp0
set sourcefile=pycustom.bat
call :install %*
set mmfile=pydependent.bat
set filepath=%~dp0
set sourcefile=pydependent.bat
call :install %*
set mmfile=pydep.bat
set filepath=%~dp0
set sourcefile=pydep.bat
call :install %*
set mmfile=pypip.bat
set filepath=%~dp0
set sourcefile=pypip.bat
call :install %*
set mmfile=pyenv.ps1
set filepath=%~dp0
set sourcefile=pyenv.ps1
call :install_powershell %*
set mmfile=pyvc.ps1
set filepath=%~dp0
set sourcefile=pyvc.ps1
call :install_powershell %*
set mmfile=pyvcenv.ps1
set filepath=%~dp0
set sourcefile=pyvcenv.ps1
call :install_powershell %*
echo 安装成功。
exit /b 0
::================================================================
:install
echo @echo off > "%mmpath%\%mmfile%"
echo call "%filepath%\%sourcefile%" %* >> "%mmpath%\%mmfile%"
echo 安装 %mmfile%
goto :eof
:install_powershell
echo . "%filepath%\%sourcefile%" @args > "%mmpath%\%mmfile%"
echo 安装 %mmfile%
goto :eof
Python
1
https://gitee.com/drabel/PyMake.git
git@gitee.com:drabel/PyMake.git
drabel
PyMake
Multi-environ Technology(PyMake)
master

搜索帮助