Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ub.d.umn.edu!cs.umn.edu!cybrspc!roy From: roy%cybrspc@cs.umn.edu (Roy M. Silvernail) Newsgroups: comp.os.msdos.programmer Subject: Re: Problem with del... Keywords: del Message-ID: Date: 16 Dec 90 05:21:30 GMT References: <4043@uniol.UUCP> Organization: Villa CyberSpace, Minneapolis, MN Lines: 26 Kai.Buerhoop@arbi.informatik.uni-oldenburg.de (Kai Buerhoop) writes: > I got a problem with the 'del'-command. > I've got a certain file, which I can normally list with 'dir', > but which, if I want to rename it, copy it or delete it cannot be > modified. > DOS says: "Cannot find file" > > Anyone an idea? Yeah, a pretty good one. I'll bet you have a filename with a non-printing character in it. Is the filename 7 characters or less? That will be a clue. The way to delete it is to use wildcards to match it. In fact (in an extreme case), you might have to move all other files out of the directory, and then 'del *.*' to rid yourself of it. To rename it would be a bit trickier... perhaps a shell like PCTools, or the filename completion of 4dos would be the ticket. Hope this helps. -- Roy M. Silvernail |+| roy%cybrspc@cs.umn.edu |+| #define opinions ALL_MINE; main(){float x=1;x=x/50;printf("It's only $%.2f, but it's my $%.2f!\n",x,x);} "This is cyberspace." -- Peter da Silva :--: "...and I like it here!" -- me