home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1996 December / CD_shareware_12-96.iso / WIN / Programa / LABELER.ZIP / README.TXT < prev   
Encoding:
Text File  |  1996-07-16  |  1.3 KB  |  56 lines

  1. LABEL.DCU
  2.  
  3. Ever need to read, write or delete diskette or hard drive
  4. volume labels. This non-visual Delphi component does the trick.
  5. Install the component in Delphi 1.0, including the help file
  6. in the same directory. Drop the component on the form and use
  7. any of the functions like normal method calls.
  8.  
  9. If you are having difficulty be sure to install the Help file
  10. (LBLDLG.HLP) and consult your users manuals.
  11.  
  12. *****************************
  13. function ReadVolume( drive : string ): string;
  14. example:
  15.         Edit1.Text := ReadVolume( 'A:' );
  16.  
  17. function WriteVolume( vol : string : integer;
  18. example:
  19.         WriteVolume( 'A:\DISK 1' );
  20.  
  21. function DeleteVolume( drive : string ) : integer;
  22. example:
  23.         DeleteVolume( 'A:' );
  24.  
  25. You must delete the existing volume label before writing a new label.
  26. *****************************
  27.  
  28. the component is shareware. Register online with GO SWREG,
  29. Reg. ID# 9471 for $10 U.S. or
  30. send a check or money order to:
  31.  
  32. Software Conceptions, Inc
  33. 4352 Dobie Rd
  34. Okemos, MI 48864
  35.  
  36. All registered users will receive customer support.
  37.  
  38.  
  39. *********************
  40. Packing List
  41. *********************
  42. LBLDLG.DCU
  43. lbldlg.dcr
  44. readme.txt
  45. DOSUTIL.DCU
  46. LBLDEMO.RES
  47. DEMO1.DFM
  48. demo1.pas
  49. lbldemo.DPR
  50. LBLDEMO.opt
  51. DEMO1.DCU
  52. HELP
  53. LBLDLG.HLP
  54. lbldlg.PAS
  55. dosutil.PAS
  56.