联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
Originally posted by slore at 2010-10-21 12:29: @echo off for /f "delims=" %%i in (filelist.txt) do echo %cd%%%i
Originally posted by pdanniel66 at 2010-10-22 07:17: (1) the problem is your filelist.txt that is not absolute path (2) try below batch after change to absolute path ( for example, D:\myfolder\prcweb\website\Templates\zh_CN\index.htm ) D:\myfolde ...