gpt4 book ai didi

windows - 在 E :\drive with Batch 中启动可执行文件

转载 作者:可可西里 更新时间:2023-11-01 11:12:02 24 4
gpt4 key购买 nike

我在使用批处理文件启动 .exe 文件时遇到问题。
该程序名为“ck.exe”,作为 PC 游戏“Myst III Exile”的 DVD-RW 的一部分存在于 E:\驱动器中
Myst III Cover Art if you want to see
我想这样做是因为游戏没有很好的内置方式来从桌面运行程序
该文件夹如下所示:

Computer >
DVD RW Drive (E:) Exile DVD >
...
ck.exe
...

这是我的代码:

@echo off
REM a batch file that starts Exile or tells you if the disc is in
IF EXIST E: GOTO Start
PAUSE>nul
:Start
CD \
ECHO found the front drive
CD E:
ECHO found E: drive
E:\ck.exe
ECHO began program
PAUSE>nul
EXIT

我的操作系统是 Windows 7,cmd.exe 以管理员权限运行

注意:此程序不会返回错误,但命令提示符会显示:

found the front drive
E:\
found E: drive
began program

最佳答案

如果要在 e:\上创建一个目录作为当前目录,请更改当前驱动器和目录:

cd /d E:\

只有 cd E:这还不够。

关于windows - 在 E :\drive with Batch 中启动可执行文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35538985/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com