home *** CD-ROM | disk | FTP | other *** search
/ Shareware Gold 1 / The_Golden_ROM_Series_-_Shareware_Gold_Volume_1_Number_11_-_SK_89-301_-_1989.iso / LIB017 / INP_PRMS.HLP < prev    next >
Text File  |  1986-10-01  |  9KB  |  201 lines

  1.                       ENTERING PC-TYPE+ WITH PARAMETERS
  2.  
  3.     You may issue any of twelve parameters when first entering PC-TYPE+,
  4.     although most of the time you will not use them.  Occasionally they
  5.     are helpful.  Each parameter must be preceded by the "/" character.
  6.     Only the first two characters of each parameter are required, although
  7.     you may enter the full name if you wish for clarity.
  8.  
  9.     The first six parameters require no additional information other than
  10.     the parameter name itself.  The last six parameters require additional
  11.     information to be recognized.  If you enter a parameter incorrectly,
  12.     PC-TYPE+ will give you the message:
  13.  
  14.                            Input parameter error...
  15.     and will stop.
  16.  
  17.     NOTE: the ordering of parameters and the filespec is unimportant.
  18.  
  19.                               Press the PgDn Key
  20.  
  21.                                   THE 12 PARAMETERS
  22.  
  23.      (1) ANSI        - route screen data through ANSI-SYS
  24.      (2) DIRECT      - write screen data directly to screen memory
  25.      (3) BIOS        - route screen data through the ROM BIOS
  26.      (4) GREEN       - set color to black and white for non-color graphics
  27.                        screens
  28.      (5) PRINT       - use default print setup to print designated file
  29.                        without actually editing within PC-TYPE+
  30.      (6) HELP        - start PC-TYPE+ with the detailed HELP menu
  31.      (7) WIDTH-n     - specify the desired Line Width to be used
  32.      (8) MARKS-n     - specify the number of Print Markers per Line
  33.      (9) PDEFAULT-f  - specify the Printer Unique Defaults file
  34.     (10) ADEFAULT-f  - specify an ALL Defaults file
  35.     (11) FROM-n      - specify the beginning line number to load
  36.     (12) FOR-n       - specify the number of line numbers to load
  37.                                (if no FROM- assumes FROM-0)
  38.  
  39.                               Press the PgDn Key
  40.  
  41.          SCREEN MODE parameters /ANSI /DIRECT /BIOS -or- /AN /DI /BI
  42.  
  43.     PC-TYPE+ may be run in any of three modes -
  44.  
  45.         Direct to Screen - (for truly compatible PC's)
  46.                            information to be placed on the screen will be
  47.                            written directly to screen memory.  This is the
  48.                            mode in which PC-TYPE+ was sent to you as a
  49.                            default.
  50.  
  51.                     Bios - (for less compatible PC's)
  52.                            information to be placed on the screen will be
  53.                            sent through the ROM BIOS for placement.
  54.  
  55.                     ANSI - (for not very compatible PC's)
  56.                            information to be placed on the screen will be
  57.                            sent via the ANSI.SYS device driver.
  58.  
  59.                               Press the PgDn Key
  60.  
  61.                            SCREEN MODE (Continued)
  62.  
  63.     The only time you would want to use these parameters would be if you
  64.     were going to use PC-TYPE+ on a different machine which did not
  65.     support the way PC-TYPE+ was currently configured.
  66.  
  67.     Note: ANSI.SYS MUST be included in your CONFIG.SYS file when booting
  68.     your system, or this mode will not be supported.
  69.  
  70.     Direct to Screen is by far the fastest of the three modes and it is
  71.     HIGHLY recommended that you use this mode if you can.  ANSI mode is by
  72.     far the slowest and is not recommended for performance reasons if you
  73.     can avoid it.  However, if you need to use it, at least you can still
  74.     use PC-TYPE+.
  75.  
  76.  
  77.  
  78.  
  79.                               Press the PgDn Key
  80.  
  81.                                     GREEN
  82.  
  83.     Some monitors are driven from GRAPHICS cards but do not support color.
  84.     If you move to one of these screens, then the parameter /GREEN or /GR
  85.     should be used so that the screen attributes within PC-TYPE+ will be
  86.     changed from color to black and white.
  87.  
  88.     Monochrome screens are handled automatically and do not require this
  89.     parameter.
  90.  
  91.                                     PRINT
  92.  
  93.     /PRINT or /PR will cause the specified file to be printed by PC-TYPE+
  94.     without actually having to go into PC-TYPE+ and edit the file first.
  95.     This is handy if you want to print your PC-TYPE+ files from within
  96.     BATCH files.
  97.  
  98.  
  99.                               Press the PgDn Key
  100.  
  101.                                      HELP
  102.  
  103.     /HELP or /HE will cause the detailed level of HELP to be activated
  104.     upon entry into PC-TYPE+.  This requires that the HELP files be
  105.     available.  If they are not, you will be asked for the path to them.
  106.  
  107.                                     WIDTH-
  108.  
  109.     /WIDTH-n or /WI-n allows you to modify the maximum number of
  110.     characters per line when entering PC-TYPE+. Since they cannot be
  111.     modified within PC-TYPE+ without first changing the defaults, making
  112.     them permanent, exiting PC-TYPE+, and then reentering.  This parameter
  113.     is particularly useful when starting PC-TYPE+ with a BATCH file.
  114.  
  115.     NOTE: the "-" must be present (with no spaces) and the numeric value
  116.     specified must be greater than or equal to 78 and less than or equal
  117.     to 240.  You MAY get up to 15 additional characters per line.  Your
  118.     margins are not affected.
  119.                               Press the PgDn Key
  120.  
  121.                                     MARKS-
  122.  
  123.     /MARKS-n or /MA-n permits you to modify the number of PRINT MARKERS
  124.     allowed per line without actually having to go into PC-TYPE+ and make
  125.     this definition permanent.  Again, this command is particularly useful
  126.     when starting PC-TYPE+ from a BATCH file.
  127.  
  128.     NOTE: the "-" must be present (with no spaces) and the numeric value
  129.     specified must be greater than or equal to 1 and less than or equal
  130.     to 20.
  131.  
  132.                                   PDEFAULT-
  133.  
  134.     /PDEFAULT-filespec or /PD-filespec allows you to enter PC-TYPE+ with
  135.     the printer defaults you need if you have a file in which they were
  136.     previously defined to PC-TYPE+.  "filespec" contains the PATH to the
  137.     file and the file's name, but NOT the file's extension.
  138.  
  139.                               Press the PgDn Key
  140.  
  141.                                   ADEFAULT-
  142.  
  143.     /ADEFAULT-filespec or /AD-filespec allows you to enter PC-TYPE+ with
  144.     an entire new set of defaults if you have a file in which they were
  145.     previously defined to PC-TYPE+.  "filespec" contains the PATH to the
  146.     file and the file's name, but NOT the file's extension.
  147.  
  148.     It is important to note that all the preceding parameters are defaults
  149.     which are saved in the ALL defaults PC-TYPE+ files.  If more than one
  150.     parameter is specified when starting PC-TYPE+, AND the /ADEFAULT-
  151.     parameter is specified, PC-TYPE+ will load the /ADEFAULT defaults file
  152.     first, then the /PDEFAULT printer file, and finally the individual
  153.     parameters.
  154.  
  155.     Again, the /ADEFAULT parameter is particularly useful if you run
  156.     PC-TYPE+ from .BAT files.  (See the HELP file DFLTS_RD.)
  157.  
  158.  
  159.                               Press the PgDn Key
  160.  
  161.                                     FROM-
  162.  
  163.     /FROM-n or /FR-n informs PC-TYPE+ that you do not want to edit the
  164.     entire file, but only that part of the file beginning at line number
  165.     n.  If no /FOR-m option follows, PC-TYPE+ assumes you want to load the
  166.     rest of the file.
  167.  
  168.                                      FOR-
  169.  
  170.     /FOR-m or /FO-m informs PC-TYPE+ that you do not want to edit the
  171.     entire file but only "m" lines.  If a /FROM-n parameter was specified,
  172.     /FOR- will begin its count at "n".  If no /FROM-n was specified,
  173.     PC-TYPE+ assumes /FROM-0.
  174.  
  175.  
  176.  
  177.  
  178.  
  179.                               Press the PgDn Key
  180.  
  181.                               PARAMETER EXAMPLES
  182.  
  183.     A>PCTYPE /GREEN /WIDTH-85 C:\LETTERS\BOB.WRK /ADEFAULT-C:\UTIL\LETTER
  184.  
  185.     Here, PC-TYPE+ will be invoked in Black and White with at least 85
  186.     characters per line and will pull in the ALL defaults file LETTER
  187.     located on drive C in the subdirectory UTIL.  The file being edited is
  188.     BOB.WRK and is located on drive C in the subdirectory LETTERS.
  189.  
  190.     A>PCTYPE /PRINT C:\LETTERS\BOB.WRK /PDEFAULT-C:\UTIL\PROPRNT
  191.  
  192.     The file BOB.WRK in subdirectory LETTERS on drive C will be printed
  193.     using the printer defaults file PROPRNT located in subdirectory UTIL
  194.     on drive C.
  195.  
  196.  
  197.  
  198.  
  199.                Press F4 to Return to the HELP Menu
  200.  
  201.