The XCOPY command that comes with MS-DOS does not support long filenames. If you want to do long filename copying from the DOS command line, you can try the CP command in GNU Tools. It can do it, but note that since this command is GNUish, some of its usage differs from ordinary DOS commands, such as being case-sensitive, and using - instead of / for parameters, etc. (for example, cp's -r is equivalent to xcopy's /s). For example:
cp -irv VeryLongFileName*.rmvb d:\
You can also try the XCOPY in ROM-DOS 7.10 or the XCOPY command below. Unlike the CP command above, they use the normal DOS syntax format, and they also support copying long filenames, but remember that they both have some BUGs, so be a bit careful when using them:
http://www.winternals.com/support/kbfiles/xcopy16.zip
Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
