我尝试在批处理scrript中创建文件,并且还为同一文件创建ADS(备用数据流),脚本如下所示:
dataSource.filter({ field:"Field", operator: "eq", value: true });
创建了文件,但它的ADS不是。
答案 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