使用带有c#的批处理命令,而不使用Process对象中的cmd.exe

时间:2017-02-09 08:40:06

标签: c# windows batch-file cmd

我想将变量传递给c#中具有替代数据流(ADS)的文件。

批处理示例:

举旗:

echo true> C:\ TEMP \ a.7z:标志

阅读标志:

更多< C:\ TEMP \ a.7z:标志

如果我将批处理命令作为参数传递给cmd.exe(使用Process对象),我会收到cmd.exe的启动消息:

print(system.time(
  test2 <- bigstatsr::big_apply(x, a.FUN = function(X, ind) {
    sqrt(colSums(X[, ind]^2))
  }, a.combine = 'c')
))
print(all.equal(test2, true))

Microsoft Windows [Version 6.1.7601] 版权所有(c)2009 Microsoft Corporation。 Alle Rechte vorbehalten。 C:\ Users ... \ Visual Studio 2015 \ Projects \ WindowsFormsApplication1 \ WindowsFormsApplication1 \ bin \ Debug&gt;

是否有可能在不使用cmd.exe的情况下使用批处理命令?

0 个答案:

没有答案