home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / DATABASE / MAIL32.LBR / READ.MQ / READ.ME
Text File  |  2000-06-30  |  2KB  |  50 lines

  1.  
  2.  
  3. MAIL32.LBR is an enhanced version of Mail1.LBR (Turbo Pascal)
  4.  written Program for the creation of Labels .
  5.  
  6. Facilities offered:-
  7.  
  8. 1.Input of names
  9. 2.Print out of all labels
  10. 3.Print out of one label
  11. 4.Display all labels
  12. 5.Change of printer font
  13. 6.Erasure of all label data
  14. 7.Save label data to disk
  15. 8.Multiple copies of labels
  16. 9.Menu driven
  17. 10.Single key operation
  18. 11.Error trapping included
  19. 12.Deletion of incorrect data records
  20.  
  21. This version is written for the Amstrad PCW 8512.
  22. The source file is included as well as the COM file.
  23. Below is listed address within the program where changes can
  24. be made to convert it for use on other machines running C/PM
  25. by using DDT ,ZAP35 or any other disc editor.
  26.  
  27.  ADDRESS     OSBORNE01   AMSTRAD'S HEX CODES    DESCRIPTION
  28. ++++++++++   ++++++++    +++++++++++++++++++    +++++++++++
  29. 168         50        5A            NUMBER OF COLUMNS ON SCREEN
  30. 169          18        1F            NUMBER OF ROWS ON SCREEN
  31. 16B         02 1B 29    04 1B 45 1B 79        SEND AN INITIALIZATION
  32.                         TO THE TERMINAL.
  33. 17B         02 1B 28    06 1B 45 1B 48 1B 31    SEND A RESET STRING
  34.                         TO THE TERMINAL
  35. 18B         02 1B 3D    04 1B 59 00 00         CURSOR LEAD_IN STRING
  36. 1A2          01 1A    02 1B 45 1B 48        CLEAR SCREEN + HOME CURSOR
  37. 1A8            02 1B 48        HOME CURSOR
  38. 1AE         02 1B 4C    02 1A 4C        INSERT LINE
  39. 1B4         02 1B 4D    02 1B 4D        DELETE LINE
  40. 1BC         02 1B 4B    02 1B 4B        ERASE TO END OF LINE
  41. 1C2         02 1B 28    02 1B 71        START HIGHLIGHTING
  42. 1C8         02 1B 29    02 1B 70        END HIGHLIGHTING
  43.  
  44. W.T.FRANCIS
  45.  
  46. LONDON,ENGLAND
  47.  
  48.  
  49.  
  50.    02 1B 28    02 1