在Win 7机器上运行Bat文件

发布于 2024-10-19 00:37:22 字数 421 浏览 1 评论 0原文

我有一个可执行文件(需要参数/参数的命令行),我需要在 Win 7 机器上运行。如果我右键单击并选择以管理员身份运行,我可以运行可执行文件。当然,它会返回一个错误代码,表示未找到所需的命令行参数。此外,如果可执行文件出现问题、错误、引发异常等,它会创建一个错误日志。然后,我创建了一个批处理文件并向其中添加了 MyProgram.exe 参数,然后右键单击该文件并选择以管理员身份运行。我什么也没得到......没有返回码,没有错误日志。我在桌面上创建了批处理文件的快捷方式,并将其高级属性更改为以管理员身份运行,但仍然没有任何结果。有人有什么想法吗?我需要在 Win 7 计算机上使用批处理文件中的参数运行此可执行文件。感谢

编辑:

我想这可能是我的批处理文件的问题,因为我也是这些方面的新手。我只有一行:

MyProgram.exe MyImportFile.txt 1 1

I have an executeable (Command line which requires arguments/parameters) i need to run on a Win 7 machine. I can run the executeable if i right click and choose run as administrator. Of course, it returns an error code that the required command line parameters were not found. In addition, the executable will create an error log if it has a problem, errors out, throws an exception, etc. I then created a batch file and added MyProgram.exe param to it, and right clicked that and chose run as administrator. I get nothing.....no return code, no error log. I created a shortcut on the desktop to the batch file and changed its advanced properties to run as administrator and still nothing. Anyone have any ideas? I need to run this executable with params from a batch file on a Win 7 machine. Thanx

Edited:

I guess maybe it could be a problem with my Batch file, since i am a novice at those as well. I simply had one line:

MyProgram.exe MyImportFile.txt 1 1

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤君无依 2024-10-26 00:37:22

尝试在桌面上创建 cmd.exe 的快捷方式
那里有你的命令行。右键单击您的新快捷方式,以管理员身份运行。
然后使用您的参数直接运行您的bat 文件或exe 文件。

Try creating a shortcut on Desktop to cmd.exe
There you have your commandline. Right click your new shortcut, run as administrator.
Then run your bat file or your exe directly with your parameters.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文