K
Kevin
All
I think the issue has to do with path. Even though /exclude:filename
is a new caommand for Windows 2000 (at least according to the docs),
this switch appears to be a copy of /e from earlier versions. We could
not get this to work either, until someone suggested putting the
exclude file in the root. That worked. We went back to the batch file
and used old DOS naming conventions for longfilenames in the path,
that worked as well. Conclusion, /exclude cannot read longfilenames,
and needs an absolute path to its intended file.
Hope this helps.
Kevin
I think the issue has to do with path. Even though /exclude:filename
is a new caommand for Windows 2000 (at least according to the docs),
this switch appears to be a copy of /e from earlier versions. We could
not get this to work either, until someone suggested putting the
exclude file in the root. That worked. We went back to the batch file
and used old DOS naming conventions for longfilenames in the path,
that worked as well. Conclusion, /exclude cannot read longfilenames,
and needs an absolute path to its intended file.
Hope this helps.
Kevin