home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PCBOARD / TVIEW30.ZIP / UPGRADE.DOC < prev   
Text File  |  1994-02-26  |  3KB  |  64 lines

  1. This information is for people upgrading to TextView 3.0 or above.
  2.  
  3. TextView has been completely rewritten in the PCBoard Programming
  4. Language!  Your .CNF files will work as is without any modification,
  5. but your TextView based doors will have to be converted to run via
  6. TV.PPE.
  7.  
  8. Start by making a backup of your old TextView door setups in case
  9. something goes wrong.
  10.  
  11. You can get rid of a lot of old files that are no longer needed.
  12. After backing up, erase the following files that were used with older
  13. versions of Textview:
  14.  
  15. PROCHAT
  16. TV.EXE
  17. ?.BAT  (all protocol batch files)
  18. TVLOCAL.BAT
  19. NOTPCB.DOC
  20. NETWORK.DOC
  21. PROBLEMS.DOC
  22. HEX2DEC.EXE
  23. PROT.DAT
  24.  
  25. Next, copy all of the distribution files to a directory that you will
  26. run all of your TextView based features from.  Let's pretend you are
  27. using D:\TEXTVIEW for this.
  28.  
  29. Copy your TV.SYS file to D:\TEXTVIEW.  Run TVKEY.EXE to convert your
  30. TV.SYS file into TV.KEY.  Now you can erase TVKEY.EXE and TV.SYS.
  31. TV.KEY is the replacement for TV.SYS for TextView 3.0 and above.
  32.  
  33. Now you will need to run PCBSETUP.EXE and edit your CMD.LST file.  You
  34. must make an entry for each TextView based feature you want to run.  Here
  35. is a sample of how it might look:
  36.  
  37.  
  38. Command         Security      PPE/MNU File -or- Keystroke Replacement
  39. ============    ============  ========================================
  40. 1) NEWUSER      10            D:\TEXTVIEW\TV.PPE D:\TEXTVIEW\NEWUSER.CNF
  41. 2) SUPPORT      10            D:\TEXTVIEW\TV.PPE D:\TEXTVIEW\SUPPORT.CNF
  42.  
  43. If you want your TextView based feature to be available via the
  44. Door menu as it was in 2.x and below, you must edit your door batch
  45. files and your DOORS.LST information.  First, go to PCBSETUP.EXE, edit
  46. your DOORS.LST entries for TextView based features to be "Shelled" by
  47. putting a Y in the "Shelled" column.
  48.  
  49. Next, you must edit each of your door batch files so they run TV.PPE.
  50. A door batch file for the "Newuser" door above would look like this:
  51.  
  52. @ECHO OFF
  53. ECHO !D:\PPS\TV.PPE D:\TEXTVIEW\NU.CNF > PCBDOOR.TXT
  54.  
  55. Note, there is no line that says "board" at the end, because this will
  56. run in shelled mode.
  57.  
  58. If you set-up where each TextView based feature is both run as a
  59. main menu command and a door, then your caller will get the feature
  60. regardless if he or she types "OPEN NEWUSER" or "NEWUSER".  The
  61. fastest method of running is to not type OPEN or DOOR before, then the
  62. Textview feature will appear instantly without having to shell out and
  63. run the door batch file.
  64.