PureBytes Links
Trading Reference Links
|
I haven't tested this, but most likely you need quotes around the reference
that you're copying from --
DOS never lived into the era of File and Directory names longer than 8
characters, so you need to "fool" it by passing it a text string delineated
by quotes --
Probably something like:
xcopy "c:\Documents and Settings\BillsPC\Desktop\*.*" c:\test\ /d
OR
xcopy c:\"Documents and Settings"\BillsPC\Desktop\*.* c:\test\ /d
____________________________________
|