how to increase the input line length(max) in windows?

泪湿孤枕 提交于 2019-12-11 06:39:23

问题


in my one batch file i set a variable, after running this batch file it shows the error "The input line is too long." how to overcome from this problem. or it is possible to increase the input line length(max) in windows?


回答1:


As per my comment, to delimit a line in a batch file, append the ^ character to the line. Eg:

somelong command ^
carries on here ^
and finally ends here

This will behave as 1 line.

Not however if this will overcome the input length limitation.



来源:https://stackoverflow.com/questions/3930579/how-to-increase-the-input-line-lengthmax-in-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!