From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: Partition problem... Date: 2 May 2000 22:40:46 GMT Organization: Aachen University of Technology (RWTH) Lines: 23 Message-ID: <8enlhe$n24$1@nets3.rz.RWTH-Aachen.DE> References: <3 DOT 0 DOT 6 DOT 16 DOT 20000428113827 DOT 2d8f1b36 AT mail DOT cybercable DOT fr> <3 DOT 0 DOT 6 DOT 16 DOT 20000429092424 DOT 0ef7283a AT mail DOT cybercable DOT fr> <3 DOT 0 DOT 6 DOT 16 DOT 20000502234947 DOT 465fc400 AT mail DOT cybercable DOT fr> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 957307246 23620 137.226.32.75 (2 May 2000 22:40:46 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 2 May 2000 22:40:46 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Michelle Konzack wrote: >> if exist f:\michelle.2nd goto OK_2nd_drive_is_there > It give me a system error > A(bbrechen) W(iederholen) U(ebergehen) That only should happen if there is no disk 'f:' at all. From your previous message, I gathered the impression that only 'f:' and 'i:' were missing if the second disk is not present, implying that what would otherwise have been drive 'g:' should now turn up as 'f:', automatically. For the case that 'f:' is not present at all, you may be able to use this check: if not exist f:\nul goto Ooops_2nd_harddrive_not_there I've seen reports that this old trick may no longer work with newer DOS versions and/or Windows 32bit file access drivers, though. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.