home *** CD-ROM | disk | FTP | other *** search
/ RBBS in a Box Volume 1 #2 / RBBS_vol1_no2.iso / 001z / qfimport.txt < prev    next >
Text File  |  1987-01-03  |  3KB  |  57 lines

  1. The ability to edit QMODEM.FON is what Qfonedit is all about. It never
  2. has, tho, and never will do everything everybody wants. One occasional
  3. request is for Qfonedit to enable merging of .FON files. As an
  4. example, a .FON file is circulating which contains the names and
  5. numbers of FIDO boards which can be called via PC-Pursuit. It would be
  6. a major convenience to some users if they were able easily to merge
  7. that file with their current file.
  8.  
  9. Qfonedit can do import/export or merge functions if used with SideKick
  10. or any other utility which provides "cut and paste" capabilities. I
  11. will describe here how to do so with SideKick.
  12.  
  13. Run Qfonedit using the file from which you wish to extract listings
  14. (the "source" file). Use the SideKick NotePad to import from the
  15. screen into a file; import only the name and number fields. Change
  16. pages and repeat as needed. (Alternatively, print the source file to
  17. disk and operate on the print file to strip out all but name and
  18. number info.)
  19.  
  20. Your file in the NotePad will look something like:
  21. =
  22. Atlantic Palisades                  1 718 238 7855
  23. Fargo                               1 701 235 3982
  24. Forbin Private                      1 612 824 8101
  25. =
  26. Use the SideKick search-and-replace commands to modify the file so it
  27. looks like this:
  28. =
  29. Atlantic Palisades^I1 718 238 7855
  30. Fargo^I1 701 235 3982
  31. Forbin Private^I1 612 824 8101
  32. =
  33. where the ^I is actually an ASCII 9 character (tab). (Create this in
  34. SideKick with the ^P^I key combination.) The way I do this is to
  35. search and replace " 1 " with "^I1 ", then search and replace all "  "
  36. with "" (two spaces replaced with nothing).
  37.  
  38. Now mark the entire file (^K^B at the top, ^K^K at the bottom).
  39. Command ^K^E to export the file. At the SideKick prompt, select a
  40. function key as the "key to paste with", and select line mode.
  41.  
  42. Run Qfonedit using the file into which you wish to merge the source
  43. file. (This second file is the "target" file.) Enter the Editor. Place
  44. the cursor on the first space of the name field on a line where you
  45. wish to place the first merged line. Hit the function key which you
  46. selected in SideKick. SideKick will paste the name and the number of
  47. the first line from the NotePad into Qfonedit, which will place it
  48. into the target file just as if you had typed it in. (I find that a
  49. slight delay factor is required in SideKick setup. The "paste delay
  50. factor" is set to 5 for my 8mz AT.) Repeat this, moving from line to
  51. line in the target file, as needed, until all new entries have been
  52. merged. Be sure to save the target file, and you're done!
  53.  
  54. This is easier to do than to read.
  55.  
  56.  
  57.