gpt4 book ai didi

batch-file - 通过 Windows 批处理文件将长命令拆分为多行

转载 作者:行者123 更新时间:2023-12-03 03:52:58 26 4
gpt4 key购买 nike

如何在批处理文件中将长命令拆分为多行?

最佳答案

您可以使用插入符号 ^ 来分隔长行,只要您记住插入符号及其后面的换行符已完全删除即可。因此,如果需要在换行处插入一个空格,请添加一个空格。 ( More on that below. )

示例:

copy file1.txt file2.txt

会写成:

copy file1.txt^
file2.txt

关于batch-file - 通过 Windows 批处理文件将长命令拆分为多行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69068/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com