Tag: 窗口控制台

将程序的输出分配给一个variables

我需要使用MSbatch file将程序的输出分配给一个variables。 所以在GNU Bash shell中我会使用VAR=$(application arg0 arg1) 。 我需要在Windows中使用batch file类似的行为。 像set VAR=application arg0 arg1 。