自动设置控制台 xy 位置

发布于 2024-10-01 13:07:17 字数 73 浏览 2 评论 0原文

java程序需要显示才能工作,因此可能无法使用sw_hide或任何隐藏命令,如何将控制台的位置偏移到屏幕之外? NSIS 能做到吗?

The java program need to be display for it to work, so may not use sw_hide or any hide command, how do I offset the position of the console out of the screen? Is NSIS is able to do that?

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

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

发布评论

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

评论(1

猫九 2024-10-08 13:07:17

使用 nsExec::Exec 而不是 ExecWait。它将隐藏控制台输出。您还可以使用 nsExec::ExecToLog 将输出直接打印到 NSIS 日志中。

其他替代方案是 ExecCmdExecDos 插件。 nsExec 与 NSIS 捆绑在一起。

Use nsExec::Exec instead of ExecWait. It will hide the console output. You can also use nsExec::ExecToLog to get the output printed directly into the NSIS log.

Other alternatives are the ExecCmd and ExecDos plug-ins. nsExec is bundled with NSIS.

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