用于 cmd/批处理脚本的 ISE?

发布于 2024-10-05 21:59:52 字数 109 浏览 0 评论 0原文

有适用于 Windows Powershell 脚本语言的集成脚本环境,但是否有适用于 Windows 批处理 (.bat) 脚本的 ISE?人们如何有效地开发 .bat 脚本,你们使用某种 ISE 吗?

There a Integrated Scripting Environment for Windows Powershell scripting language but is there a ISE for Windows batch (.bat) scripts? How do people develop .bat scripts efficiently, do you use some kind of ISE?

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

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

发布评论

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

评论(3

白龙吟 2024-10-12 21:59:52

我只使用一个标准的(但不错的)文本编辑器 - 我个人的编辑器是 vim,但还有其他编辑器(程序员文本编辑器、Notepad+ 等)。

I just use a standard (but decent) text editor - my personal one is vim, but there's others out there (Programmers Text Editor, Notepad+, etc).

西瑶 2024-10-12 21:59:52

您可以尝试使用 *.exe 编辑器(例如 Resource Hacker)操作 PowerShell ISE 的副本,以实现批处理脚本语言而不是 PowerShell。

You could try to manipulate a copy of PowerShell ISE using a *.exe editor, for example Resource Hacker, to implement the Batch scripting language instead of PowerShell.

呆萌少年 2024-10-12 21:59:52

如果您使用的是 Windows XP 或更早版本,您可以转到命令提示符并键入:

edit test.bat

它应该会显示一个蓝屏,并带有一个非常原始的 GUI,可让您打开、编辑和创建批处理文件。它还包含批处理/shell 编程和 power shell 编程中使用的每个命令的列表(以及详细说明)。这个程序在 Windows Server 2003 和我上次检查的后来版本中也可用! :P

If you have windows xp or older, you could go to the command prompt and type:

edit test.bat

It should bring up a blue screen with a very primitive GUI that lets you open, edit, and create batch files. It also has a list (along with detailed descriptions) of every command used in both batch/shell programming and power shell programming. This program is also available in windows server 2003 and later last time i checked! :P

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