home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / robot-pd / 22000.ZIP / 22000B.DSK / dp.txt < prev   
Text File  |  1998-02-03  |  9KB  |  397 lines

  1.         Deferred Print User's Guide                         Command:  DP
  2.  
  3.  
  4.  
  5.  
  6.         The_Deferred_Print_(DP)_Command__________________________________
  7.  
  8.  
  9.  
  10.         Syntax:        DP filespec {options}
  11.  
  12.  
  13.         Explanation:   DP is a CP/M+ transient utility that interfaces to 
  14.                        the DAEMON RSX. DP is responsible for interpreting 
  15.                        and validating requests made of the deferred print 
  16.                        program (DAEMON.)
  17.  
  18.         Options:
  19.  
  20.         -ASIS          Do  not  interpret  any data within  the specified 
  21.         -AS            file.   This   format  should  be  used   whenever 
  22.                        documents with special printer controls are  being 
  23.                        printed.
  24.  
  25.         -COPIES n      Specifies  the  number of copies of the  specified  
  26.         -CP n          file to print. DEFAULT VALUE: 1. MAX VALUE: 10.
  27.  
  28.  
  29.         -DELETE        Requests that the specified file be deleted  after 
  30.         -DL            all  copies of the file have been printed.  If the 
  31.                        print request is canceled prior to completion then 
  32.                        the file WILL NOT be deleted.
  33.  
  34.  
  35.         -DESTINATION "text" The specified text will appear on the  third 
  36.         -DS "text"          expanded print line of the banner page.
  37.  
  38.  
  39.         -DEVICE "dev:" Specifies  the  device  that the  file  is  to  be 
  40.         -DV "dev:"     printed  on.  Currently  only  the 'AUX:'  or  the 
  41.                        'LST:' devices are allowed. DEFAULT VALUE: 'LST:'
  42.  
  43.  
  44.         -FROM n        Specifies  the  first  line  of  the  file  to  be 
  45.         -FM n          printed  (n-1 lines of the file will be  skipped.) 
  46.                        DEFAULT VALUE: 1
  47.  
  48.  
  49.         -HEADING "text"     The  specified text will be displayed on  the 
  50.         -HE "text"          second expanded print line of the banner page.
  51.  
  52.  
  53.         -LEFT_MARGIN n Indent n print positions before printing data from 
  54.         -LM n          the file. DEFAULT VALUE: 0. MAX VALUE: 30.
  55.  
  56.  
  57.         -LIMIT n       Print a maximum on n lines from the file.
  58.         -LI n
  59.  
  60.  
  61.                                         1
  62.  
  63.  
  64.  
  65.  
  66.  
  67.         Deferred Print User's Guide                         Command:  DP
  68.  
  69.  
  70.  
  71.  
  72.  
  73.         The_Deferred_Print_(DP)_Command__________________________________
  74.  
  75.  
  76.  
  77.  
  78.         -LINE_LEN n    Specifies the width of the printed output.  If the 
  79.         -LL n          width  is  less than 130 columns then  no  banners 
  80.                        will be displayed. DEFAULT VALUE: 132
  81.  
  82.  
  83.         -LINE_NUMBERS  Add  line numbers to the printed  file.  The  line 
  84.         -LN            numbers will begin at one and increment by one.
  85.  
  86.  
  87.         -LINE_PAGE n   Specifies the maximum number of lines on a printed 
  88.         -LP n          page. DEFAULT VALUE: 66. ALLOWED RANGE: 16 - 92.
  89.  
  90.  
  91.         -MAX_PAGE n    Specifies  the  maximum  number  of  pages  to  be 
  92.         -MP n          printed.
  93.  
  94.  
  95.         -NO_BANNER     Do not print banner pages.
  96.         -NB
  97.  
  98.  
  99.         -PAGE          Paginate  the  output.  Three blank lines will  be 
  100.         -PG            added at the top and bottom of the page.
  101.  
  102.  
  103.         -SPACE n       Insert n-1 blank lines between each printed  line. 
  104.         -SP n          DEFAULT VALUE: 1. ALLOWED RANGE: 1 - 5
  105.  
  106.  
  107.         -TITLES        Add titleing information  to  the  printed output.
  108.         -TI            The  filename  as well as the current page  number 
  109.                        will  be  printed at the top of  each  page.  This 
  110.                        option implies pagination.
  111.  
  112.  
  113.         -TRUNCATE      Truncate (DO NOT FOLD) long lines.
  114.         -TC
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.                                         2
  128.  
  129.  
  130.  
  131.  
  132.  
  133.         Deferred Print User's Guide                         Command:  DAEMON
  134.  
  135.  
  136.  
  137.  
  138.         The_Daemon_Command_______________________________________________
  139.  
  140.  
  141.         Syntax:        DAEMON {-START | -TERM | -LIST | -CANCEL}
  142.  
  143.  
  144.         Explanation:   Daemon  is  an  RSX that it  responsible  for  the 
  145.                        deferred  printing  of files specified via the  DP 
  146.                        command. 
  147.  
  148.  
  149.         Options:
  150.  
  151.  
  152.         -CANCEL   Cancel printing of the currently active print request. 
  153.                   If the -DELETE option was selected it will be ignored.
  154.  
  155.  
  156.         -LIST     List all the currently outstanding print requests.  The 
  157.                   format of the display is;  uud:filespec where uu is the 
  158.                   user  number  of the request;  d is the drive name  and 
  159.                   filespec  is the filename.  The requests are listed  in 
  160.                   the  order they will print with the first listed  being 
  161.                   the currently active print request.
  162.  
  163.  
  164.  
  165.         -START    Begin execution of the Daemon RSX.  The RSX will remain 
  166.                   idle  until  a  print request is received  via  the  DP 
  167.                   command.
  168.  
  169.  
  170.  
  171.         -TERM     Terminate the execution of the Daemon RSX.  This causes 
  172.                   IMMEDIATE  termination  of the current as well  as  all 
  173.                   remaining print requests.
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.                                         3
  194.  
  195.  
  196.  
  197.  
  198.  
  199.         Deferred Print User's Guide                         Command:  CONFIG
  200.  
  201.  
  202.  
  203.  
  204.         The_Config_Command_______________________________________________
  205.  
  206.  
  207.  
  208.         Syntax:        CONFIG
  209.  
  210.  
  211.         Explanation:   CONFIG  allows  the  user to override  the  normal 
  212.                        default  values supplied with the  DP  command.  A 
  213.                        menu will be presented to the user upon invocation 
  214.                        of  the  program.  Select the desired paramter  to 
  215.                        modify  then enter the new value.  The new  values 
  216.                        will be stored when a selection of parameter  zero 
  217.                        is made. To ignore the changes enter a ctrl-C.
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.                                         4
  260.  
  261.  
  262.  
  263.  
  264.  
  265.         Deferred Print User's Guide                         Error Messages
  266.  
  267.  
  268.  
  269.  
  270.         Error_Messages___________________________________________________
  271.  
  272.  
  273.  
  274.         Syntax:        class(nn): text of message
  275.  
  276.  
  277.         Explanation:   Error  messages are either of type FATAL or ERROR.      
  278.                        If  the  class is ERROR then the  message  can  be 
  279.                        considered a warning and processing continues.  If 
  280.                        the   error  message  is  FATAL  then   processing 
  281.                        terminates immediately.
  282.  
  283.  
  284.         Command line format:
  285.  
  286.                   Command Command-tail
  287.  
  288.                   Where: Command-tail is composed of the following parts.
  289.  
  290.  
  291.                        -KEYWORD [ARGUMENT]
  292.  
  293.                        KEYWORDS  are  preceeded  by a dash and  may  have 
  294.                        optional ARGUMENTS. There may be multiple keywords 
  295.                        in a single command-tail.
  296.  
  297.         EXAMPLE:
  298.  
  299.                        DP MYFILE.EXT -DELETE -SPACE 2 -PAGE
  300.  
  301.  
  302.                        There  are three KEYWORDS and one ARGUMENT in  the 
  303.                        above example.
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.                                         5
  326.  
  327.  
  328.  
  329.  
  330.  
  331.         Deferred Print User's Guide                         Error Messages
  332.  
  333.  
  334.  
  335.  
  336.         Error_Messages___________________________________________________
  337.  
  338.  
  339.  
  340.         Possible Error Messages:
  341.  
  342.  
  343.              ( 1) Required argument missing
  344.  
  345.              ( 2) Unexpected NULL argument
  346.  
  347.              ( 3) Invalid combination of arguments
  348.  
  349.              ( 4) Keyword not recognized
  350.  
  351.              ( 5) Argument not recognized
  352.  
  353.              ( 6) Non-numeric character in a numeric argument
  354.  
  355.              ( 7) Non-Hex character in a Hex argument
  356.  
  357.              ( 8) Non-balanced or missing delimeters in string
  358.  
  359.              ( 9) Argument out of range
  360.  
  361.              (10) Invalid argument length
  362.  
  363.              (11) Redundant argument
  364.  
  365.              (12) No match on * or ? Name
  366.  
  367.              (13) Invalid file name
  368.  
  369.              (14) Named file not found
  370.  
  371.              (15) Daemon RSX not running
  372.  
  373.              (16) Invalid number of arguments
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.                                         6
  392.  
  393.  
  394.  
  395.  
  396.  
  397.        The_Deferred_Print_(DP)_Command_______