制作一个简单的批处理文件并进行编译??? [英] Make a simple batch file and compile it ???

查看:149
本文介绍了制作一个简单的批处理文件并进行编译???的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!

在这里考虑是否有任何好的批处理编辑器" .是否有任何软件(如文本编辑器)具有在键入和创建批处理文件时为用户简化编程过程例行程序的功能?

意思是,用户只需要输入首选命令,命令,显示的文本行,要运行的应用程序,指向文件和目录等即可.
在那里,软件本身使用echo来创建大多数语言,例如,对于goto,变量%%等等.应该不会吗?
我的意思是,这是2009年(2010年很快).不扔石头:doh:

最近,我在网络上搜索文本编辑器和IDE编辑器时已经看到了这么远,它是包括macro-rec和文本行高亮显示的软件.除了IDE,它具有某种书面代码的测试功能,仅此而已.

感谢有人可以在这件事上给我一些好的建议吗?
:rolleyes:

Hi!

Was thinking here if there is any good "batch editors" out there. Does it exist any software (text-editor like) that has a function to simplify the routines of the programing process for the user, when typeing and create the batch file?

Meaning, the user only have to put in prefered, commands, displayed textlines, application''s to run, point to file''s and directory''s etc.
And there the software itself create most of the language with echo, if, for, goto, variables %% and so on. Should''nt that be possible?
I mean, it''s year 2009 (soon 2010). Not stoneage :doh:

Closest, I''ve seen this far when searched around the webb looking for text-editors and IDE-editors are software which include macro-rec and highlightning of text-lines. Besides IDE which has some sort of test-function of the written code but that''s all.

Grateful if someone can give me some good suggestion''s in this matter?
:rolleyes:

推荐答案

您有很多选择.根据您要执行的操作,您也许可以制作一个可以完成所有这些工作的批处理文件(扩展名为".bat"的文本文件,不需要编译器,并且可以在Windows上本地执行).

如果您需要做更多高级的工作,那么C#和其他任何一种语言一样都是好语言.它是一种相当直观的语言,旨在与Windows配合使用,并可以与Windows一起使用,并且可以制作批处理文件,例如命令(例如对ipconfig的调用).

话虽如此,您仍有一些学习要做.我会去买一本有关C#的书,然后开始使用Google搜索来寻找您总是会遇到的问题的解决方案.
You have a lot of options. Depending on what you want to do, you might be able to just make a batch file that does all this (a text file with a ".bat" extension that does not require a compiler and will execute natively on Windows).

If you need to do more advanced stuff, C# is as good a language as any to do it. It''s a fairly intuitive language, is built to work on and with Windows, and can make batch file like commands (such as calls to ipconfig).

That being said, you have some learning to do. I''d go and get a book on C# and start googling for solutions to the problems you will invariably encounter.


您有很多选择.根据您要执行的操作,您也许可以制作一个可以完成所有这些工作的批处理文件(扩展名为".bat"的文本文件,不需要编译器,并且可以在Windows上本地执行).

如果您需要做更多高级的工作,那么C#和其他任何一种语言一样都是好语言.它是一种相当直观的语言,旨在与Windows配合使用,并可以与Windows一起使用,并且可以制作批处理文件,例如命令(例如对ipconfig的调用).

话虽如此,您仍有一些学习要做.我会去买一本有关C#的书,然后开始使用Google搜索来寻找您总是会遇到的问题的解决方案.

你好!

感谢您的回复.是的,读书是学习的好窍门.
通常,当我对搜索引擎有好运时,经常会自己使用Internet,有时这可能既有好也有坏的经验.

我可以问一下,您知道在批处理领域有任何好的教育网站吗?
我自己找到了这些:
http://www.commandline.co.uk/ [ http://www.infionline.net/~wtnewton/batch/ [
You have a lot of options. Depending on what you want to do, you might be able to just make a batch file that does all this (a text file with a ".bat" extension that does not require a compiler and will execute natively on Windows).

If you need to do more advanced stuff, C# is as good a language as any to do it. It''s a fairly intuitive language, is built to work on and with Windows, and can make batch file like commands (such as calls to ipconfig).

That being said, you have some learning to do. I''d go and get a book on C# and start googling for solutions to the problems you will invariably encounter.

Hi there!

Thanks for your reply. Yhea, reading books is a good tip to learn.
Mostly I often use Internet myself when haveing luck with the search-engines, which can be of both good and bad experience sometimes.

Can I ask, do you know any good educating webbsite''s in the batch field?
I found these myself:
http://www.commandline.co.uk/[^]
http://www.infionline.net/~wtnewton/batch/[^]


这篇关于制作一个简单的批处理文件并进行编译???的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆