home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / MODEM / PCPDIR01.ZIP / PCPDIR.DOC < prev    next >
Text File  |  1994-01-24  |  4KB  |  100 lines

  1. This Documentation created January 21, 1994
  2.     Dr. W. Curtiss Priest
  3.     Center for Information, Technology, and Society
  4.     466 Pleasant Street
  5.     Melrose, MA  02176
  6.     617-662-4044
  7.     Internet: BMSLIB@MITVMA.MIT.EDU
  8.  
  9. This program was originally posted on Channel 1 in Cambridge, MA
  10. with no DOC file.
  11.  
  12. Fortunately I recognized one serious bug with the program.
  13. Since it otherwise seems to behave fine, I document a
  14. "work around" for the bug.
  15.  
  16. When compressing or sorting the file, the last entry is dropped!!!
  17. To get around this:
  18.     Always enter a dummy entry using lower case z as the Name
  19.     [you might want to enter twenty dummy z entries at once
  20.      so you can use the program more quickly, but as soon
  21.      as that last one is lost, the next one is your own]
  22.  
  23. Why?  Because z is sorted last, so a sort by name places this
  24. dummy entry at the end -- and then loses it.
  25.  
  26. [Note: if you want to sort by number it is harder -- March
  27. sorts from low to high, so blank space is the highest entry --
  28. so enter a dummy entry with a blank for the telephone number,
  29. but if you already have entries with blanks (sometimes used
  30. to simply set up Procomm for an alternate baud, etc.) you will
  31. have to be careful -- no printable character comes before
  32. blank, so you can't have a dummy entry beyond blanks]
  33.  
  34. SO REMEMBER -- EACH AND EVERY TIME YOU USE COMPRESS BLANKS,
  35. SORT BY NAME, OR SORT BY NUMBER -----
  36.     YOU MUST FIRST PUT A DUMMY ENTRY AT THE END OF THE LIST
  37.  
  38. P.S.  If you happen to have an entry at 200 in Procomm Plus 1.0
  39. this is your last entry -- so first copy it to an empty spot
  40. using the + (copy) and * (paste) commands in PCPDIR
  41.  
  42. Other Comments:
  43.     Delete entries using Procomm's facility for marking and
  44.        deleting entries
  45.  
  46.     Editing an entry in PCPDIR uses the F5 key (or just Enter)
  47.        When an entry is highlighted and you haven't moved the
  48.        cursor, any typing erases the entire field
  49.        So to edit, first move the cursor once
  50.        Editing is in insertion mode
  51.  
  52.        Pressing Enter moves you from Name to the Phone Field,
  53.        pressing Enter again moves you to the Script field,
  54.        pressing Enter again finishes the edit.
  55.  
  56.     Sorting by Name places upper case entries first, then
  57.       lower case entries second
  58.       You might want to edit the case of the first letter of
  59.       each entry to make things consistent.
  60.  
  61.     When sorting by names, any blank items are also removed
  62.  
  63.     To delete an entry, make both the name field blank and
  64.       the telephone number field blank by editing and pressing
  65.       delete until all characters are gone
  66.  
  67.     The Baud field is displayed, but cannot be edited here
  68.  
  69. The following is the startup screen of the program.
  70. Mr. March apparently doesn't want to be bothered by phone
  71. because a call to area code 708 tells us that his phone
  72. is unlisted.  I did not bother to write.
  73.  
  74. [I have edited the executable (only in the Text portions) to remind
  75. the user of this edit problem!]  The executable is left exactly
  76. as originally compiled.
  77.  
  78.  
  79. PCPDIR.COM  Public Domain  *** Written By Edward J. March Jr. May 5, 1990
  80.  
  81.  
  82. Usage: PCPDIR [file]           Default file is PCPLUS.DIR
  83.  
  84.  
  85.   For use with PROCOMM+ Communications Program
  86.   This allows you to Edit, Merge, Sort, and Compress PROCOMM's
  87.   Dialing Directory File: PCPLUS.DIR
  88.  
  89.  
  90.      WARNING:LOSES LAST ENTRY ON COMPRESS/SORT
  91.      SEE DOC FILE BY CURT PRIEST!
  92. ────────────────────────────────────────────────
  93.            Edward J. March Jr.
  94.            1206 S. Birch Drive
  95.            Mt. Prosect, IL 60056
  96. ────────────────────────────────────────────────
  97.  
  98.  
  99. This program is written in Turbo C 2.0
  100.