小编Lac*_*sen的帖子

在每个字符后插入新行[batch-file]

我正在尝试创建批处理文件脚本以将普通.txt文档转换为完全垂直的文档.例如:

从:

This is a test document,
it is displaying characters on the same line.
Run Code Online (Sandbox Code Playgroud)

至:

T
h
i
s

i
s

a

t
e
s
t

d
o
c
u
m
e
n
t
,

i
t

i
s

d
i
s
p
l
a
y
i
n
g

c
h
a
r
c
t
e
r
s

o
n

t
h
e

s
a
m
e

l
i
n
e
.
Run Code Online (Sandbox Code Playgroud)

text batch-file

1
推荐指数
1
解决办法
411
查看次数

标签 统计

batch-file ×1

text ×1