Operating system: WINDOWS XP SP1
A copy like this:
xcopy %USERPROFILE%\Applic~1 d:\desktop\
The purpose is to copy the Application Data under the user folder to D:\DESKTOP\
But when I run this program, it shows:
D:\>xcopy C:\Documents and Settings\柳世杀神\Applic~1 d:\desktop\
Invalid number of parameters
Later I found out it's because of the space in C:\Documents and Settings\, but I have no way to set %USERPROFILE% to Docume~1 so that it becomes c:\docume~1\柳世杀神\applic~1 d:\desktop\, so if I want to achieve this function, what should I do?~
A copy like this:
xcopy %USERPROFILE%\Applic~1 d:\desktop\
The purpose is to copy the Application Data under the user folder to D:\DESKTOP\
But when I run this program, it shows:
D:\>xcopy C:\Documents and Settings\柳世杀神\Applic~1 d:\desktop\
Invalid number of parameters
Later I found out it's because of the space in C:\Documents and Settings\, but I have no way to set %USERPROFILE% to Docume~1 so that it becomes c:\docume~1\柳世杀神\applic~1 d:\desktop\, so if I want to achieve this function, what should I do?~

