Hi Friends,
I have a problem in Command Prompt.
Suppose If have a folder named "
test" located in C: and want it to copy it in a folder name "
result" located in C: then we write the command:-
CD C:\
copy test result
But if I have a folder named "
My Test" and want it to copy it in a folder named "
result" both are located in C: then what command I must use.
If I use:-
CD C:\
copy My Test result
then this doesnot work because in "
My Test" folder I have
"My<SPACE>Test" and if I use this how it can copy as Command Prompt will be confuse.
so for space what command I should write..
Hope u understand what I mean..??
If not then pls reply..
Awating for reply and help..