lcox
Posts: 82
Score: 0 Joined: 12/10/2003 Status: offline
|
Thanks for the quick response....this is driving me crazy...so close, but.... As SysAdmin on the box, I have taken ownership of the folder and files under it; no effect on being able to do anything with them. The folders in question have names like: lastname, firstname [it appears there is a space after lastname and the comma]. [There also sometimes appears to be a space after firstname, but Explorer ignores it of course]. From a CMD window, at the root folder level with the server mapped to drive X, and confirming that the directory will list when typing in: dir -force (it won't list with a simple "Dir"), I type in these different variations: x: del lastname, firstname = Could not find x:\lastname x: del "lastname, firstname" = Could not find x:\lastname, firstname x: del "lastname, firstname " (with a space at the end) = Could not find x:\lastname, firstname x: del " lastname, firstname" (with a space at the beginning) = Could not find x:\ lastname, firstname (yes, it placed a space at the beginning)
|