
| Quote: | |
|
CODE: [Copy to clipboard]{TAB}:键盘TAB制表符@echo off
setlocal EnableDelayedExpansion
cd.>test.xls
for /f "delims=" %%n in (test.txt) do (
set "str=%%n"
set "str=!str: = !"
set "str=!str: ={TAB} !"
echo !str!
>>test.xls echo !str!
)
pause
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|
| Quote: | |
|

| Quote: | |
|
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |