类似于make文件,但适用于Windows

时间:2015-02-04 16:58:58

标签: windows makefile

我需要知道是否有一个程序可以执行一组用户可以执行的简单任务。

For example. I want to copy file1 of folder1 to folder2. And then stop some services. And then copy file2 to folder3. If folder3 does not exist then folder4. And then download something and then maybe uninstall/install something. 

May I please know if there is a program which can do that. 

Thanking you. 

祝你好运, Satya Ashok Kumar。

1 个答案:

答案 0 :(得分:0)

窗户也有。 nmake作为Visual studio的一部分,gnu来自cygwin或mingw。或者更新的东西,比如cmake。

但是你所描述的看起来更像是一个简单的批处理文件(就像Unix上的一个shellcript)就足够了。这个解释器,cmd.exe,已经是windows的一部分。更高级:Powershell。