标题: [文本处理] [已解决]如何用bat去除文件路径后面的空格 [打印本页]
作者: batpro 时间: 2011-6-18 21:31 标题: [已解决]如何用bat去除文件路径后面的空格
本帖最后由 batpro 于 2011-6-18 21:54 编辑
1.txt中- %SystemRoot%\system32\alrsvc.dll【这】【里】【是】【空】【格】
- C:\WINDOWS\system32\qmgr.dll 【】
- %SystemRoot%\system32\rpcss.dll 【】
- %SystemRoot%\System32\msgsvc.dll 【】
- %Systemroot%\System32\swprv.dll 【】
- %SystemRoot%\System32\termsrv.dll 【】
- C:\Windows\system32\drivers\ASACPI.sys 【】
复制代码
如何去除末尾空格
生成2.txt- %SystemRoot%\system32\alrsvc.dll
- C:\WINDOWS\system32\qmgr.dll
- %SystemRoot%\system32\rpcss.dll
- %SystemRoot%\System32\msgsvc.dll
- %Systemroot%\System32\swprv.dll
- %SystemRoot%\System32\termsrv.dll
- C:\Windows\system32\drivers\ASACPI.sys
- 如何去掉末尾空格
复制代码
答案见 http://www.bathome.net/viewthrea ... &extra=page%3D1
14楼正解
欢迎光临 批处理之家 (http://bbs.bathome.net/) |
Powered by Discuz! 7.2 |