Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
copy files
Name: chue Date: November 12, 2002 at 15:48:05 Pacific OS: 2000 CPU/Ram: 1.1G
Comment:
I want to write a batch file to copy files from one directory to anyother. However, I can not transfer into a directory with a space in the name such as " program file". How would i be able to do this?
Name: dtech10 Date: November 12, 2002 at 16:06:05 Pacific
Reply:
Hi
as dos only supports 8 characters you have to use ie. copy c:\Temp\*.* c:\Progra~1 You have to shorten the name to 6 chars and add the "~1" chars.
0
Response Number 2
Name: chue Date: November 12, 2002 at 16:11:53 Pacific
Reply:
Ok, I understand. however im trying to put it into a folder inside of the progam folder. for example. copy /y file.doc c:\program file\folder\subfolder
the program file is standard name in windows and this means I would have to change a lot of files names because almost every file have a "space" in the names.
Is there another way around it?
0
Response Number 3
Name: Secret_Doom Date: November 12, 2002 at 16:43:43 Pacific
Summary: I would like to copy files from one folder to annother e.g. copy c:\mp3\*.mp3 c:\mp3copy but i would like to only copy ones with certain names e.g. copy c:\mp3\rolling*.mp3 c:\mp3copy but i want to be...
Summary: Hello! I need help on copying files on a floppy disk, I only have a floppy disks with only 1.38 mb( about 7 of them) but a file that I want to transfer is almost 5 mb. How can I transfer that file to ...