【发布时间】:2021-06-30 07:51:47
【问题描述】:
我尝试使用 Windows 终端 (wt.exe) 打开脚本,但它显示错误:
[error 0x800700c1 when launching `"C:\Users\hjdom\OneDrive\Desktop\All desktop stuff\Python Game\RunGame.ps1"']
我真的需要它在 Windows 终端中运行,因为它允许您在脚本结束后继续输入命令。我正在使用脚本运行 python 文件。
这是 ps1 脚本包含的内容:
python ./pythonfiles/startgame.py
非常感谢! -BlueFalconHD
【问题讨论】:
-
请编辑您的问题以显示完整的
wt.exe命令行并说明您在哪里调用它来自。
标签: powershell windows-terminal