Date: Wed, 29 Dec 1999 10:34:12 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Leon cc: djgpp AT delorie DOT com Subject: Re: finding serial number of the formatted disk In-Reply-To: <001e01bf51a8$c8c25dc0$1c00000a@cristian.caresystems.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 29 Dec 1999, Leon wrote: > Hello - was just wondering if anyone has a clue on how one would be able to > make a program determine (at run-time) the serial number of the disk from > which it was launched... The usual way of finding this info is to look into Ralf Brown's Interrupt List. A quick search reveals function 440Dh, subfunction 66h, of Interrupt 21h which you can use. There's also an undocumented function 69h of Interrupt 21h which seems to do the same.