home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG051.ARK / USE.DOC < prev    next >
Text File  |  1984-04-29  |  1KB  |  54 lines

  1. INPUT/OUTPUT CHANNELS:
  2.  
  3.      channel
  4.     0    output        bit bucket channel
  5.  
  6.     1    input        normal input channel (macros & text)
  7.  
  8.     2    input/output    scratch channel
  9.  
  10.     3    output        default output channel
  11.  
  12.     4    output        second output channel (usually printer)
  13.  
  14.     5    input/output    console channel (for interactive use)
  15.  
  16.     6-9    not implemented   could be made additional scratch
  17.                   and/or punch & reader devices
  18.  
  19.  
  20. COMMAND LINE FORMAT:
  21.  
  22.     [<chan3>[,<chan4>]=]<chan1>[,<chan1>[,<chan1> ... ]]
  23.                 concatenation allowed on channel 1
  24.        [ ] optional items
  25.  
  26.     examples:
  27.         STAGE2 ALXTEST.ASM,LST:=ALX.S2M,ALXTEST.ALX
  28.         STAGE2 TERM.ASM,TERM.LST=ALX.S2M,TERM.ALX
  29.         STAGE2 DEMO.S2M
  30.         STAGE2 CH3,CH4=MEMORY.INP
  31.         STAGE2 INTERACT.S2M
  32.  
  33.  
  34.     CHANNEL          1      2      3      4      5
  35.  
  36.     valid devices    disk    disk    disk    disk
  37.             CON:        CON:    CON:    CON:
  38.                     LST:    LST:
  39.                     NUL:    NUL:
  40.  
  41.     default        error    disk    CON:    LST:    CON:
  42.  
  43.  
  44.         channel 2 file name is fixed  STAGE2.CH2
  45.         channel 5 is always the console
  46.  
  47.         additional device names accepted
  48.  
  49.             CON: = KBD: = TTY: = CRT:
  50.  
  51.             LST: = LPT:
  52.  
  53.     Note: Tabs are NOT expanded for the list device (sorry about that).
  54.