home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / GLEN / CARDEX.ZIP / 2609.SWC next >
Text File  |  1980-01-01  |  5KB  |  82 lines

  1. *****************************************************************************
  2. SC Volume 2609         Cardex (Rolodex System)- XWORD text formatter
  3. *****************************************************************************
  4.  
  5. CARDEX creates an rotary index card file on IBM PC computers and compatibles.
  6. It is the equivalent of a ROLODEX (tm) for storing addresses, phone numbers,
  7. and misc. information of persons or companies. CARDEX is a visual facsimile
  8. of a rotaty index card file, with the added feature that the names and phone
  9. numbers of the three preceeding entries and three following entries are
  10. visible along with the full information on the current card.
  11.  
  12. All 10 function keys are utilized. The opening screen lists their functions.
  13. The CARDEX screen summarizes the functions of the 6 most frequently used keys
  14. in the lower right portion of the screen, with the PRINT key selecting a
  15. sub-menu of the 4 print commands. 3 of these print commands are directly
  16. available without having to select the PRINT sub-menu first.
  17. The up and down cusor keys, the PgUp and PgDn and Home keys are also active
  18. and allow the user to "spin" the CARDEX file (select preceeding/following
  19. cards). The HOME key advances the CARDEX to the first card. The End key ends
  20. use of the current data file and prompts the user for a new data file. The "M"
  21. and "T" keys are used to transfer (copy) data from one data file to another.
  22. The Esc key exits the CARDEX program, saving the data to disk file if changes
  23. have been made during the current CARDEX session.
  24.  
  25. CARDEX reads data from an external file (floppy or hard disk) and stores
  26. all the data from the file in memory. The data is accessed via pointers.
  27. Upon exit, the data in memory is read back onto the disk (if the data file was
  28. changed). If the data file to be read from (specified from the opening screen)
  29. does not exist, CARDEX initializes with the author's name and address as the
  30. first card. If additional entries are made, the file name specified is created
  31. and written to. After entering a second card, the user may delete the author's
  32. card from his data file, but is encouraged to maintain this entry. Should the
  33. user need to contact the author, this information can always be accessed by
  34. specifying a data file that does not currently exist when promted in the
  35. opening menu or when selecting a new data file using the END key.
  36.  
  37. Besides presenting information on the screen, CARDEX can print the contents of
  38. a single card, or the contents of all cards, and can print an address label of
  39. a single card, or of all cards. Mailing lists can be kept on CARDEX and
  40. address labels printed with a single keystroke. Labels are printed using 3
  41. lines per label for the name and address with 3 additional lines spacing to
  42. the next label. Suggested set up is using 6 lines to the inch printer advance
  43. and 1 inch by 3.5 inch or wider labels. Pressing the Esc key aborts the
  44. printing of a list of card contents or address labels.
  45.  
  46. X W O R D  is a user supported program by Ronald Gans, 350 West 55th Street 
  47. New York, New York  10019
  48.  
  49. XWORD is a general file format transformer; that is, it converts files
  50. from one format to another.  Selections are made from two menus, "FORMAT
  51. CONVERTERS" and "LOGICAL AND BIT OPTIONS."
  52.  
  53. I have made some arbitrary decisions regarding what XWORD does to files.
  54. Sometimes it is not possible, or not possible without great difficulty,
  55. to preserve print options between different word processing formats.  In
  56. some of these cases, I have elected to eliminate them and let the user
  57. re-input them anew.  For those word processors which require a line
  58. length embedded in the files, I have chosen one arbitrarily, based on my
  59. own experience.
  60.  
  61. XWORD appends a 1AH to the ends of files under certain options.  Those
  62. options that convert files to ASCII format all append a 1AH to the file.
  63. This is not required for MS/PC-DOS, but it necessary in CP/M, to which
  64. ASCII files can be ported.
  65.  
  66.                         NON-MS-DOS ORIGIN FILES
  67.  
  68. A growing number of people are converting files from non-MS-DOS format
  69. to MS-DOS format.  Some of these files come from Apple or from dedicated
  70. wordprocessors like the Wang or CPT.  Even when these files are
  71. converted into ASCII, frequently the conversion is not like that in the
  72. MS-DOS environment in that the carriage return-line feed sequence is not
  73. the same.  Usually, instead of a CRLF, there is just a CR.  Currently,
  74. the ASCII to WordPerfect conversion of XWORD will handle either the CR
  75. or CRLF format (you don't have to know which one you have).  However, be
  76. careful that when the file was converted in ASCII, other formatting
  77. characters were not included which would make no sense (or have a
  78. different meaning) in the MS-DOS format.  For instance, the soft hyphen
  79. in CPT format is, I believe, the same as the ">" character in MS-DOS
  80. ASCII.  You will have to weed out these characters in your file.
  81.  
  82.