home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 February / psl_9403.zip / psl_9403 / DOS / COMMUNIC / HA221B.ZIP / INTELLI2.DVR < prev    next >
Text File  |  1993-08-04  |  3KB  |  106 lines

  1. # $productname V$version
  2. # additions to Computone /etc/default/fip.d/intellicap file
  3.  
  4.  
  5. $ansi.p:                # $productname with IntelliPrint only
  6.         desc. = " $productname with IntelliPrint"
  7.         help = " This profile should be used when# IntelliView support is not needed."
  8.  
  9.         printon = '^[[5i'       printoff = '^[[4i'
  10.         startdelay = 10         pause = 25
  11.         paddcr = y
  12.  
  13.  
  14. $ansi.2p:               # $productname with IntelliPrint & 2 sessions
  15.         desc. = " $productname with IntelliPrint, 2 sessions"
  16.         help = " This profile works with the# default configuration for $productname."
  17.  
  18.         printon = '^[[5i'       printoff = '^[[4i'
  19.         startdelay = 10         pause = 25
  20.         paddcr = y
  21.  
  22.         logins = 2
  23.         screen1 = '^[[0z'
  24.         screen2 = '^[[1z'
  25.  
  26.         timeout = 0
  27.         goto1 = '^A^[[M'        # Alt-F1
  28.         goto2 = '^A^[[N'        # Alt-F2
  29.  
  30.  
  31. $ansi.4p:               # $productname with IntelliPrint & 4 sessions
  32.         desc. = " $productname with IntelliPrint, 4 sessions"
  33.         help = " To use this profile start# $productname with  TERM /m4."
  34.  
  35.         printon = '^[[5i'       printoff = '^[[4i'
  36.         startdelay = 10         pause = 25
  37.         paddcr = y
  38.  
  39.         logins = 4
  40.         screen1 = '^[[0z'
  41.         screen2 = '^[[1z'
  42.         screen3 = '^[[2z'
  43.         screen4 = '^[[3z'
  44.  
  45.         timeout = 0
  46.         goto1 = '^A^[[M'        # Alt-F1
  47.         goto2 = '^A^[[N'        # Alt-F2
  48.         goto3 = '^A^[[O'        # Alt-F3
  49.         goto4 = '^A^[[P'        # Alt-F4
  50.  
  51.  
  52. $ansi.6p:               # $productname with IntelliPrint & 6 sessions
  53.         desc. = " $productname with IntelliPrint, 6 sessions"
  54.         help = " To use this profile start# $productname with  TERM /m6."
  55.  
  56.         printon = '^[[5i'       printoff = '^[[4i'
  57.         startdelay = 10         pause = 25
  58.         paddcr = y
  59.  
  60.         logins = 6
  61.         screen1 = '^[[0z'
  62.         screen2 = '^[[1z'
  63.         screen3 = '^[[2z'
  64.         screen4 = '^[[3z'
  65.         screen5 = '^[[4z'
  66.         screen6 = '^[[5z'
  67.  
  68.         timeout = 0
  69.         goto1 = '^A^[[M'        # Alt-F1
  70.         goto2 = '^A^[[N'        # Alt-F2
  71.         goto3 = '^A^[[O'        # Alt-F3
  72.         goto4 = '^A^[[P'        # Alt-F4
  73.         goto5 = '^A^[[Q'        # Alt-F5
  74.         goto6 = '^A^[[R'        # Alt-F6
  75.  
  76.  
  77. $ansi.8p:               # $productname with IntelliPrint & 8 sessions
  78.         desc. = " $productname with IntelliPrint, 8 sessions"
  79.         help = " To use this profile start# $productname with  TERM /m8."
  80.  
  81.         printon = '^[[5i'       printoff = '^[[4i'
  82.         startdelay = 10         pause = 25
  83.         paddcr = y
  84.  
  85.         logins = 8
  86.         screen1 = '^[[0z'
  87.         screen2 = '^[[1z'
  88.         screen3 = '^[[2z'
  89.         screen4 = '^[[3z'
  90.         screen5 = '^[[4z'
  91.         screen6 = '^[[5z'
  92.         screen7 = '^[[6z'
  93.         screen8 = '^[[7z'
  94.  
  95.         timeout = 0
  96.         goto1 = '^A^[[M'        # Alt-F1
  97.         goto2 = '^A^[[N'        # Alt-F2
  98.         goto3 = '^A^[[O'        # Alt-F3
  99.         goto4 = '^A^[[P'        # Alt-F4
  100.         goto5 = '^A^[[Q'        # Alt-F5
  101.         goto6 = '^A^[[R'        # Alt-F6
  102.         goto7 = '^A^[[S'        # Alt-F7
  103.         goto8 = '^A^[[T'        # Alt-F8
  104.  
  105. # END $productname
  106.