Jul 22, 2003 #1 Mieti Computer Joined Jul 22, 2003 Messages 1 Location DE Hi, sometimes a CD-ROM is labeled with a name like 'CDR03012' and this name is shown with the DOS-command 'label'. How can I get this name with VB6? Thanks for all! Mieti
Hi, sometimes a CD-ROM is labeled with a name like 'CDR03012' and this name is shown with the DOS-command 'label'. How can I get this name with VB6? Thanks for all! Mieti
Aug 3, 2003 #2 johnwm Computer Joined Sep 26, 2002 Messages 806 Location GB Add a reference to the File System Object. Reference the Drive you want, and look for it's VolumeName property Good Luck johnwm Upvote 0 Downvote
Add a reference to the File System Object. Reference the Drive you want, and look for it's VolumeName property Good Luck johnwm