How can I erase files from my removable disk

J

Jay Freedman

I would like to delete files fro my removable disk, i.e. drive E

Does this have something to do with VBA in Word? If that's what you're
trying to do, look up the Kill statement in the VBA help.
 
S

Saucy

I will try but my disk says read only. Thank you

Jay Freedman said:
Does this have something to do with VBA in Word? If that's what you're
trying to do, look up the Kill statement in the VBA help.
 
J

Jay Freedman

If drive E: is a CD-R or a DVD, you can't delete anything from it --
that's just the way these media operate. If it's a CD-RW, you probably
need to use the writing software, such as Roxio or Nero, that you used
to put the file on the disk originally.
 
Top