From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Problems with file names with Make Date: 10 Mar 2003 20:10:15 GMT Organization: Aachen University of Technology (RWTH) Lines: 14 Message-ID: References: <3i5i6vsg9rgbfbn00p2dna50v1e943ucpf AT 4ax DOT com> <1858-Sat08Mar2003112910+0200-eliz AT elta DOT co DOT il> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1047327015 4389 137.226.32.75 (10 Mar 2003 20:10:15 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 10 Mar 2003 20:10:15 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com H Johnson wrote: > Apparently DOS does care because my clean function does not work... It's the "del" command that cares, i.e. command.com. COMMAND.COM is part of a DOS installation, right. And it's only these external tools that really need \ at all. The real core of what DOS is, i.e. the Int21h API, accepts / every bit as easily as \. Anyway: use DJGPP's port of GNU rm (from fileutils) and you'll be better off than with 'del', by a mile. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.