对每个可用字符使用echo | set / P?

时间:2014-03-01 01:41:12

标签: batch-file

set echo|set /P=!variable! >> list.txt

目前,这会生成一个文本文件,其内容如下:

variablevariablevariablevariable

但我真正需要的是一个文本文件,其内容如下:

"variable": [#name: "differentvariable", #path: "yetanothervariable"], "variable": [#name: "differentvariable", #path: "yetanothervariable"], "variable": [#name: "differentvariable", #path: "yetanothervariable"],

依此类推第四名。不幸的是,如果变量本身包含!或者&,我得到各种各样的问题。我无法弄清楚如何使这项工作。

1 个答案:

答案 0 :(得分:0)

<nul set /p "=|&<>"