在批处理文件运行中创建备用数据流

时间:2017-07-03 17:42:39

标签: batch-file ads

我尝试在批处理scrript中创建文件,并且还为同一文件创建ADS(备用数据流),脚本如下所示:

dataSource.filter({ field:"Field", operator: "eq", value: true });

创建了文件,但它的ADS不是。

1 个答案:

答案 0 :(得分:0)

我们需要在ADS echo

中添加.txt文件扩展名
@echo off

echo this is not a secret file... or is it :O > notSecret.txt

echo this is the secret part! > notSecret.txt:Secret.txt