如何一个for命令长度超过系统默认的最长字符128个,如何办?
打个比方有如下命令
for /f %c in (myfile.txt) change oldfile /from "abbbbbbbbbbbbbrrrrrrrrrrrrrr" /to "hhhhggghsssssfhhhhh" /lines 1-10 /text
超过最长字符128个,我该怎办,推广到其他一般情况,遇到命令行超过128个字符,你们有哪些办法来处理?
还望指点,谢先!
打个比方有如下命令
for /f %c in (myfile.txt) change oldfile /from "abbbbbbbbbbbbbrrrrrrrrrrrrrr" /to "hhhhggghsssssfhhhhh" /lines 1-10 /text
超过最长字符128个,我该怎办,推广到其他一般情况,遇到命令行超过128个字符,你们有哪些办法来处理?
还望指点,谢先!


