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 / DFLTS_RD.HLP < prev    next >
Text File  |  1986-10-01  |  7KB  |  161 lines

  1.                               IMPORTING DEFAULTS
  2.  
  3.     ┌────────────────────────────┐         You might visualize defaults as
  4.     │ PC-TYPE+                   │         a chunk of data that is placed
  5.     │      _______________________         inside PC-TYPE+ comprised of
  6.     │     |\                      \        two parts: All defaults, and a
  7.     │     | \                      \       small sub-piece containing just
  8.     │     |  ┌──────────────────────┐      the printer unique defaults.
  9.     │     |  │ ALL DEFAULTS         │
  10.     │     |  │                      │      When you import defaults into
  11.     └─────   │            ___________      PC-TYPE+, you may import the
  12.            \ │           |\          \     big chunk containing all
  13.             \│           | \          \    defaults, or the small chunk
  14.              └───────────   ┌──────────┐   containing just the printer
  15.                           \ │ PRNT-DEF │   unique defaults.
  16.                            \│          │
  17.                             └──────────┘
  18.  
  19.                               Press the PgDn Key
  20.  
  21.  
  22.                            FILE NAMING CONVENTIONS
  23.  
  24.     Defaults are saved onto disk under the filename in the subdirectory
  25.     you supply.  If you saved all of the defaults they would have a file
  26.     extension of .PCT -or- if you saved only the printer defaults the file
  27.     would have the extension .PRN .
  28.  
  29.     You never have to worry about the file extension - PC-TYPE+ will take
  30.     care of that for you.
  31.  
  32.     It is usually reasonable to keep all of these default files in one
  33.     location so that they will be readily available when needed.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.                               Press the PgDn Key
  40.  
  41.                              READING IN DEFAULTS
  42.  
  43.     At any point when reading in defaults, the process may be stopped by
  44.     pressing Esc.  (In this file, press Esc to see the next instruction.)
  45.  
  46.     The most common way to read in defaults is from inside PC-TYPE+ by
  47.     pressing F8 and then F4.  Try it - you should get the message:
  48.  
  49.             Read Printer defaults or All defaults?  (press P or A)
  50.  
  51.     At this point press P or A depending upon your needs and then:
  52.  
  53.      Enter Read-Defaults Path - then press F10 (Null field = Current Dir)
  54.  
  55.     Here you enter the path specification where the A type (or P type)
  56.     default files are located.  If you leave the field blank, the current
  57.     directory will be assumed.
  58.  
  59.                               Press the PgDn Key
  60.  
  61.     After selecting the path and pressing enter or F10, you may get the
  62.     message:
  63.               No .PCT files found.  Press a letter key to continue..
  64.          or:  No .PRN files found.  Press a letter key to continue..
  65.  
  66.     meaning that no default files for All defaults (.PCT) or no default
  67.     files for Print defaults (.PRN) had previously been saved at the named
  68.     path.
  69.  
  70.     For our example, if you are using a copy of the distribution disk sent
  71.     to you, enter the path:      A:\PCT_HELP
  72.     after pressing A for ALL.
  73.  
  74.     You should get the line      Files:
  75.     followed by the name            DEFAULTS
  76.  
  77.     Press Esc to return to here.
  78.  
  79.                               Press the PgDn Key
  80.  
  81.  
  82.     If you had saved a number of different Default files at this path you
  83.     would have been presented with their names and the message:
  84.  
  85.   Select by tabbing to desired file - then press F10 (or press Esc to Exit)
  86.  
  87.     would prompt you to select the desired one.  In our example, there is
  88.     probably only one.  Repeat the previous steps, and this time press
  89.     F10.  You will then see the message:
  90.  
  91.                 Defaults read in - Make them permanent?  (Y/N)
  92.  
  93.     If you answer "N", you will be returned to your text.  If you answer
  94.     "Y", you will be asked for the path to the PCTYPE.EXE file.  You will
  95.     then be presented with all the .EXE files at that path location from
  96.     which you can select the appropriate one for loading the defaults.
  97.     (See DFLTS_SV).
  98.  
  99.                               Press the PgDn Key
  100.  
  101.                    LOADING DEFAULTS WHEN STARTING PC-TYPE+
  102.  
  103.     If you have saved default files to disk, you may load them into
  104.     PC-TYPE+ when starting the program.  There are two parameters to do
  105.     this, one for a file containing ALL defaults, one one for a file
  106.     containing only Printer unique defaults.  The format for doing this
  107.     is:
  108.        D>pctype filename /ADEFAULT-path\aname
  109.        D>pctype filename /PDEFAULT-path\pname
  110.        D>pctype filename /ADEFAULT-path\aname /PDEFAULT-path\pname
  111.     where:
  112.                D> is your DOS prompt
  113.          filename is the file to edit
  114.        /ADEFAULT- is the reference for a file containing ALL defaults
  115.        /PDEFAULT- is the reference for a file containing Printer defaults
  116.              path is the path to the default file
  117.             aname is the name you gave to the ALL defaults file
  118.             pname is the name you gave to the Printer defaults file
  119.                               Press the PgDn Key
  120.  
  121.     In the example above, the ALL defaults file DEFAULTS on the
  122.     subdirectory \PCT_HELP on drive A could have been loaded before
  123.     entering PC-TYPE+ with the command:
  124.  
  125.         PCTYPE filename /ADEFAULT-A:\PCT_HELP\DEFAULTS
  126.  
  127.     NOTE:  Only the first two letters AND THE - CHARACTER are needed, so
  128.            the command can be abbreviated as:
  129.  
  130.         PCTYPE filename /AD-A:\PCT_HELP\DEFAULTS
  131.  
  132.     Notice also that the file extension, (.PCT in this case) SHOULD NOT
  133.     be placed at the end of the defaults filename.
  134.  
  135.     If you load both an ALL defaults file and a Printer defaults file,
  136.     the ALL defaults file will be loaded first - then the Printer defaults
  137.     file.  The position of the parameters on the line is not important.
  138.  
  139.                               Press the PgDn Key
  140.  
  141.                    WHY LOAD DEFAULTS WHEN STARTING PC-TYPE+
  142.  
  143.     You could make a .BAT file, e.g., LETTER.BAT, which might look like:
  144.  
  145.     PCTYPE %1 /AD-C:\UTIL\LETTER/AP-C:\UTIL\DAISY
  146.  
  147.     Then, by typing:
  148.                                LETTER filename
  149.  
  150.     you would enter PC-TYPE+ with the setup you would normally want for
  151.     typing a letter, i.e., margins, printer options, etc., from the file
  152.     LETTER.PCT on the subdirectory UTIL on your C drive and with the
  153.     printer characteristics for your daisy-wheel printer from the file
  154.     DAISY.PRN on the subdirectory UTIL on your C drive.  A few .BAT files
  155.     like this could be very handy.
  156.  
  157.     Of course you do not have to have a .BAT file to use these parameters.
  158.  
  159.                      Press F4 to Return to the HELP Menu
  160.  
  161.