Files to be written to CD

G

Guest

I copied some files that were to be written to CD. Now when it comes up it
won't let me copy them because the files are too big. Neither will it let me
delete the folder. I tried to copy it to DVD & it won't do that either.
Also tried moving them to another partition out of the way & can't do that.
How can I get them out of the files to be written to CD folder? Now when I
put something else there to be written it won't let me do that either because
the files are too big. HELP
 
B

Bob Harris

I have run into a similar problem, usually with saved web pages that have
long names AND that are in low-level directories with long paths down to the
file. The fix is to either rename the files and/or directories leading to
the files, or to deletethem. The problem if that you can not use windows
explorer to do this, because the name is too long. (Funny, internet
explorer will save files that windows explorer can not handle; great design
by Microsoft.)

One "trick" is to use the "ERASE" or "RENAME" commands in a batch file run
in a command prompt. A batch file can be created in a simple editor, like
NOTEPAD. Just type what you would type at the command prompt. Save the
file, then rename it with the extnsion BAT instead of TXT. Double-click on
the file in windows explorer to run it. It will open a command prompt, run,
then close the prompt, unles you add the command "PAUSE" to the file, in
which case it will stop until you hit any key.

The other trick is to use wild cards, especially the "*". So, a command
might look like

ERASE very*.xxx

when the actual file name looks like

very long file name that keeps going on and on.xxx

Of course, be careful with wild cards, or you may erase more than you
bargined for. For example

ERASE *.* will erase everything in the directory.

One other trick, sometimes it is necssary to put double quotes around the
file name, if it has imbedded blanks.

Finally, realize that every file system has some limitation on maximum
length of file name and maximum length of nam including path. Some also
have limitations on level of sub-directories. The CD files systems commonly
used (UDF for drag & drop and Joilet for more univerally readable CDs) both
have lower limits than does XP. Good CD software will usually dect this and
offer to truncate the name/path. However, that only works if the name/path
is still within the limits of the operating system.
 
G

Guest

I don't think just changing the title will help in this case. What I
actually did was to copy the windows folder because my computer was acting
funny and I thought it would crash anytime. It was sent to files to be
written to CD. Now everytime I try to move it anyplace it starts and then
gets to a point and says that the file is in use & stops me. It's 2.56MB in
size, so won't let me send it to CD or anyplace else.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top