home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / busi / pco323.zip / README.1 < prev    next >
Text File  |  1986-12-15  |  13KB  |  269 lines

  1.  
  2.  
  3. 15 December, 1986
  4. Outline! Version 3.22SW
  5.  
  6. These are some of the files on this disk:
  7.  
  8. PCO.EXE      - executable file for running Outline!
  9. README.1     - the latest notes about Outline! not included in the manual
  10. README.2     - descriptions of the utility programs included on the disk
  11. GLOBAL.COM   - utility program #1 (see README.2)
  12. CPY.COM      - utility program #2 (see README.2)
  13. DIRS.COM     - utility program #3 (see README.2)
  14. MOVE.COM     - utility program #4 (see README.2)
  15. MEM.COM      - utility program #5 (see README.2)
  16. BEEP.COM     - utility program #6 (see README.2)
  17. PUSHDIR.COM  - utility program #7 (see README.2)
  18. POPDIR.COM   - utility program #8 (see README.2)
  19. MTCONV.EXE   - utility progran #9 (see README.2)
  20. DOC.PRN      - brief documentation in printable form
  21. DOC.PCO      - brief documentation in a Outline! file
  22. EPSON.CFG    - the epson printer driver
  23. IBM.CFG      - the ibm printer driver
  24. BLANK.CFG    - a dummy printer driver that will ignore all print codes
  25. PRINTDOC.BAT - a batch file that will print DOC.PRN to LPT1
  26. PCPRINT.COM  - a program for changing printer drivers
  27. KEYSET.COM   - a program for customizing the Outline! invoke key
  28. PCOPRN$.CFG  - a printer substitution file for correctly printing graphics
  29.                characters on non-IBM printers.
  30. *.PCO        - sample outlines covering many of Outline!'s features.
  31. GOODCLK.COM  - a program to make the time display in Outline! work
  32.                correctly on some compatibles (AT&T, EPSON, and others).
  33.                To use it, just run it in your autoexec.bat file (or any
  34.                time before loading Outline!).
  35.  
  36. Last minute notes about Outline!:
  37.  
  38. A couple of the most recently added features of PC-Outline are as follows:
  39.  
  40. 1)   NEW WAY OF SPECIFYING WHERE THE CONFIGURATION FILE IS FOR USE ON
  41.      A HARD DISK:  Instead of using the /l=<configuration file/path
  42.      name> as a command parameter option, you may put the command
  43.      SET PCO=<configuration file/path name> in your autoexec.bat
  44.      file.  Outline! will first look in the current directory for
  45.      the configuration file PCO.CFG.  If it is not found there and
  46.      there was no /l=.....  command parameter, then Outline! will
  47.      try the file/path set in the environment with the dos SET
  48.      command.  By using this feature, you can start Outline! from
  49.      anywhere on your hard disk simply by pathing to the directory
  50.      that contains PCO.EXE.  Outline! will do the rest of the work,
  51.      automatically finding its configuration files.
  52.  
  53. 2)   NEW /d COMMAND PARAMETER FOR CONTROLLING THE STARTING CURRENT
  54.      DIRECTORY IN Outline!:  The configuration file PCO.CFG
  55.      (created from the ADVANCED CONFIGURATION menu) can contain a
  56.      starting directory.  If it does, then each time Outline!
  57.      starts it will automatically start with that directory as the
  58.      current directory for outline files.  If it does not contain a
  59.      starting directory, (the entry in the ADVANCED CONFIGURATION
  60.      menu for starting directory is blank), then Outline! will use
  61.      the current DOS directory as its starting directory.  If you set
  62.      a current directory in the above menu because you keep most of
  63.      your outline files in one particular location, but sometimes you
  64.      want to start up Outline! with a different directory, then you
  65.      can log to the directory you want and type PCO.EXE /d.  The /d
  66.      will tell Outline! to ignore the starting directory set in the
  67.      configuration file and use the DOS current directory.
  68.  
  69. 3)   Outline! now supports the creation of a printer substitution table
  70.      allowing you to print graphics characters on some printers.  Note:
  71.      Graphics characters will print exactly as seen on the screen on an
  72.      IBM printer.  On epson printers and most other printers, however, you
  73.      must do a little extra work to get some graphics characters to print
  74.      correctly.
  75.  
  76.      For example, if you choose bullet numbering for your outlines, an
  77.      epson printer will not correctly print the bullet.  To fix this,
  78.      create an ascii file named PCOPRN$.CFG and place the following line
  79.      in it (this file exists on the Outline! system disk):
  80.  
  81.      char(254)=143
  82.  
  83.      The bullet character on screen is 254 and the epson printer character
  84.      for a bullet is 143.  This command tells Outline! that whenever it
  85.      is about to print a character 254, print a 143 instead.  You can
  86.      place as many printer substitutions as you like.  The string to
  87.      substitute can be more than one character if desired.  For example
  88.      you could redefine the tilde character (~) to turn boldface on (for
  89.      an epson printer) by inserting the following line.
  90.  
  91.      char('~')=27,'E'
  92.  
  93.      This would substitute ESC G for every occurence of a tilde character.
  94.  
  95.      Note that there are two ways to insert a value, by placing a
  96.      character in single quotes ('D') or by entering the decimal
  97.      representation for the ascii value of the character (123).  Each
  98.      entry must be separated by a comma.  Following are some valid
  99.      entries:
  100.  
  101.      char(132)='a'
  102.      char('f')='ABC',32
  103.      char(34)=255,'abc',27,'G'
  104.  
  105.      Any line in the file that begins with a semicolon will be ignored
  106.      (useful for inserting comments).  Lines in the substitution file may
  107.      be no longer than 80 characters.  To continue a line on the next
  108.      line, end the line with a plus sign.  For example:
  109.  
  110.      char('~')='ABCEFGHIJKLMNOP',+
  111.      'QRSTUVWXYZ'
  112.  
  113.      This command would print the entire alphabet everytime the tilde
  114.      ('~') was encountered in a file.
  115.  
  116.      Outline! will look for the file PCOPRN$.CFG in the same directory
  117.      as the configuration file.  If you have not used either the
  118.      l=<filename> command parameter or the SET PCO=<filename> command to
  119.      specify where the configuration file is located, then Outline! will
  120.      just look for PCOPRN$.CFG in the current directory.
  121.  
  122.  
  123. ITEMS ADDED TO Outline! SINCE THE DOCUMENTATION RELEASE.
  124. ----------------------------------------------------------
  125.  
  126. ADDED IN VERSION 1.02:
  127.  
  128. 1)   DE-INSTALL - While using Outline! in memory resident mode, you may
  129.      deinstall it from memory by pressing Control-Backspace three times in
  130.      a row from the main editing mode.  If there were no memory resident
  131.      programs loaded after Outline!, you will recover all the memory
  132.      that Outline! was allocated.  If you load any memory resident
  133.      programs after Outline!, the memory Outline! occupied will be
  134.      freed, but it will not be available for dos to use to run other
  135.      programs in.
  136.  
  137.      Note:     ONLY USE THE DEINSTALL COMMAND AFTER INVOKING Outline!
  138.                FROM THE DOS PROMPT AND ONLY AFTER YOU HAVE SAVED ALL OF
  139.                YOUR OUTLINES.  YOU MUST BE IN THE MAIN EDITING MODE OF
  140.                Outline! FOR THE DEINSTALL TO WORK (not the opening
  141.                menu).
  142.  
  143. ADDED IN VERSION 1.03:
  144.  
  145. 1)   The "Lose Changes" prompt now looks at all open windows.  It used to
  146.      only look at changes in the current window.
  147.  
  148. 2)   With the /K command parameter option you can force Outline! to take
  149.      its keys directly from the keyboard buffer without going through
  150.      BIOS.  This allows you to bypass keyboard enhancers.
  151.  
  152.      MAIN USE:  If you have a whole bunch of keys redefined for your word
  153.      processor and you don't want those key definitions for Outline!,
  154.      you can use the /K option and the keyboard enhancer will be active in
  155.      your main program, but not when you invoke Outline!.  When you
  156.      return back to your word processor, the keyboard enhancer will
  157.      automatically be active again.  It is likely you will only find use
  158.      for this option when using Outline! in its memory resident mode.
  159.  
  160.      For those of you following the progression of versions, all
  161.      non-memory resident versions get their keys through BIOS.  For the
  162.      memory resident version, 1.00 and 1.01 got keys directly from
  163.      keyboard buffer, 1.02 got keys through BIOS and 1.03 gives you the
  164.      choice with /K (default through BIOS).
  165.  
  166. ADDED IN VERSION 1.04:
  167.  
  168. 1)   A few small changes to make 1.03 work how it was supposed to.
  169.  
  170. ADDED IN VERSION 1.05:
  171.  
  172. 1)   DELETE OUTLINE ENTRY PROMPT:  The delete outline entry command now
  173.      contains a prompt that asks you to confirm whether you really want to
  174.      delete the entire outline family.  This was added in response to
  175.      complaints that the ^D command was too dangerous.  You could delete
  176.      your whole outline with a single keystroke.  If you do not want this
  177.      prompt, then you can use the command parameter /P when first loading
  178.      Outline! and the prompt will be skipped.  Note you could also
  179.      define a macro for ^D to be ^DY (^D and then a Y to answer yes to the
  180.      delete prompt).
  181.  
  182. 2)   SNOW ON MONITORS:  The /T command parameter will fix a problem with
  183.      snow on the screen that some monitors may have.  On some IBM color
  184.      graphics adapters, you may see a small amount of snow on the left
  185.      edge of the screen.  Using the /T command parameter should eliminate
  186.      that.  The problem also occurs on some Hercules clone video cards.
  187.      If you have the IBM monochrome adapter, an EGA card, or a COMPAQ
  188.      card, you should not need this option.  Using the /T parameter has a
  189.      slight disadvantage (so you should not use it unless you need it).
  190.      With /T enabled, the on screen time and the CAPS and NUM indicators
  191.      will only be updated whenever you press a key.  Consequently, the
  192.      time and the shift status may not be correct if you have not pressed
  193.      a  key for a while.  Note:  this option is not the same as video
  194.      retrace in the ADVANCED CONFIGURATION menu.  If you see snow on the
  195.      screen, you should first make sure that this option is set to YES.
  196.      Only if that does not fix the problem should you use /T.  You may
  197.      also want to use this option if you have a Hercules clone and you see
  198.      unwanted background snow all the time.
  199.  
  200. 3)   LOW INTENSITY VIDEO:  The /I command parameter will force Outline!
  201.      to use low intensity video instead of high intensity video (in
  202.      response to users with a monochrome display).
  203.  
  204. 4)   SAME KEY INVOKE/DE-INVOKE:  When using Outline! in memory resident
  205.      mode, the same key that you use to invoke Outline! (the default is
  206.      Control-Backslash, but you can change it using KEYSET.COM) will also
  207.      exit Outline! and return you back to your other application.
  208.  
  209. 5)   CORRECT TIME ON COMPATIBLES:  A utility program called GOODCLK.COM is
  210.      now included on the disk that will allow Outline! to correctly
  211.      display the time on some compatibles.  To use it, just run it any
  212.      time before loading Outline! (preferably in your autoexec.bat
  213.      file).  It does not remain memory resident so you lose no memory by
  214.      running it.  All it does is set the BIOS time to be the same as the
  215.      DOS time.  Outline! gets its time from BIOS (because it is so much
  216.      quicker), but some compatibles with clock cards (AT&T, EPSON, ...)
  217.      set the DOS time correctly on boot up, but not the BIOS time.  You
  218.      should not need this if you have an IBM or a COMPAQ.
  219.  
  220. 6)   Pressing the ESC key after hitting the menu key ("/") will now just
  221.      cancel the menu key instead of asking you if you want to quit
  222.      Outline!.
  223.  
  224. ADDED IN VERSION 1.06:
  225.  
  226. 1)   A few small changes to make the memory resident version work with
  227.      more programs.
  228.  
  229. 2)   Bug fixes in the key re-definition part of the program.
  230.  
  231. ADDED IN VERSION 1.07:
  232.  
  233. 1)   Small bug fixes relating to hiding and unhiding text.
  234.  
  235. 2)   New shareware policy (on the opening shareware screen).
  236.  
  237. ADDED IN VERSION 1.08:
  238.  
  239. 1)   You can now set all 8 levels of numbering in the Global
  240.      Outline Style menu.  Also fixed some problems with
  241.      getting the numbering saved correctly to the PCO.CFG
  242.      file.
  243.  
  244. 2)   Fixed bug that occurs only when copying more than 255
  245.      outline elements from one window to another.
  246.  
  247. 3)   Fixed bug that can occur only on an 80286 machine (we
  248.      discovered one of the incompatibilities between the
  249.      8088 and 80286) in the following situations:
  250.  
  251.      a)   Adding text to a lower window number outline with
  252.           more than 64k of outlines above it in higher
  253.           window numbers.
  254.      b)   Copying text or outline elements from a higher
  255.           window # down to a lower window # with more than
  256.           64k of outlines in between.
  257.  
  258. ADDED IN VERSIONS 1.08A AND 1.08B: and ABOVE
  259.  
  260. 1)   Added direct support for Prokey and Superkey so that if you use the
  261.      /K command parameter option, Outline! will detect their presence
  262.      and use their internal functions for putting them to sleep while
  263.      using Outline! instead of going directly to the keyboard buffer to
  264.      try to accomplish the same thing.  This method is considerably more
  265.      reliable and is compatible with the expanded keyboard buffers that
  266.      the above products offer.  If you do not use the /K parameter,
  267.      Outline! behaves exactly as before.
  268. 
  269.