home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!decwrl!concert!rutgers!network.ucsd.edu!sdcrsi!soledad!sweetman
- From: sweetman@sea.com (Bill Sweetman)
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: CD Volume label
- Message-ID: <1992Nov5.012612.7888@sea.com>
- Date: 5 Nov 92 01:26:12 GMT
- Organization: Systems Engineering Associates
- Lines: 22
-
- =-=-=
- all -
-
- the easy way to find the Volume label of a CD in windows 3.0/3.1
- using BC++
-
- #include <dir.h>
- struct ffblk ffblk;
-
- findfirst("D:\\*.*", &ffblk, FA_LABEL);
-
- that's it, this way you don't have to concern yourself with
- switching from protected to real mode.
-
- ciao,
- -bill
- =-=-=
- --
-
- INET: sweetman@sea.com System Engineering Associates (S.E.A.)
- voice: (619)581-6181 x305 2204 Garnet Ave
- fax: (619)581-6184 Suite #303
-