Hi the 8.3 method works wonderfully except i do not how to use it when sub-directories are involed eg how would i put the following in 8.3 format:
csccmd /EXTRACT:\\kheserver\users
Main Topics
Browse All TopicsThis is very strange. I am using the CSCCMD tool to extract a users offline files due to a change of server etc..
The user is called fred & the old server was called kheserver. Fred had made multiple directories within his "My Documents" folder to arrange his work in a proper way.
Now when i run the following command:
csccmd /EXTRACT:\\kheserver\users
This works fine but will only extract what is in the root "My Documents" folder. Nothing in the sub-directories will be extracted.
Next I ran the command on a sub-directory as follows:
csccmd /EXTRACT:\\kheserver\users
This worked fine as well.
The problem starts when i try to extract files from a directory whose name is more than one word for eg "Technical issues" So if i typed the following command:
csccmd /EXTRACT:\\kheserver\users
I get the following error:
Unregognized option "Issues"
System Error 87
This happens for any directory whose name is more than i word long. Can anyone help with this??
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I would think you could just use the 8.3 format for each folder, such as this:
csccmd /EXTRACT:\\kheserver\users
Note that the "BRC Audit 2004" folder has been shortened so that there is no space between BRC and Aud. I note this is true on my computer when I do a Change Directory to \Progra~1 (which is shortened form of Program Files) and I do a DIR /X of the subfolders, and the long name Zone Labs is shortened to ZoneLa~1.
Business Accounts
Answer for Membership
by: LeeTutorPosted on 2006-09-24 at 06:02:14ID: 17586749
Have you tried putting quotation marks about the folder name argument which contains spaces, e.g.:
s\fred\Tec hnical Issues" /TARGET:c:\fred
\fred\Tech ni~1 /TARGET:c:\fred
csccmd /EXTRACT:"\\kheserver\user
Or perhaps you can find the 8.3 version of that folder's name by doing a DIR /X command, and use that. It might be something like this:
csccmd /EXTRACT:\\kheserver\users