11 Star 129 Fork 24

gfdgd xi / Wine 运行器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Run.bat 812 Bytes
一键复制 编辑 原始数据 按行查看 历史
gfdgd xi 提交于 2022-08-01 16:11 . 1.8.0初步
@echo off
::###########################################################################################
::# 作者:gfdgd xi、为什么您不喜欢熊出没和阿布呢
::# 版本:1.5.1
::# 更新时间:2022年07月05日
::# 感谢:感谢 wine 以及 deepin-wine 团队,提供了 wine 和 deepin-wine 给大家使用,让我能做这个程序
::# 基于 Python3 的 tkinter 构建
::###########################################################################################
:: 遍历盘符判断文件是否存在,如果存在则运行指定程序
for %%i in (Z, Y, X, W, V, U, T, S, R, Q, P, O, N, M, L, K, J, I, H, G, F, E, D, C, B, A) do (
if exist %%i":"%1 (
start %%i:%1 %%i:%2
echo %%i:%1 %2
exit
)
else (
echo Unable To Find File
))
Python
1
https://gitee.com/gfdgd-xi/deep-wine-runner.git
git@gitee.com:gfdgd-xi/deep-wine-runner.git
gfdgd-xi
deep-wine-runner
Wine 运行器
main

搜索帮助