home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / COMM / MISC / CUTCP.ZIP / README.LPR < prev    next >
Encoding:
Text File  |  1990-09-11  |  1.1 KB  |  47 lines

  1. 9/11/90
  2.  
  3. Readme file for LPR utilities, version 2.2TN/TC-C    BKC
  4.  
  5. 1. Read the file lpr.doc, which is the original manual for 
  6.    the lpr utilities.
  7.  
  8. 2. Note the following differences for the CUTCP versions of these
  9.    utilities.
  10.  
  11.     A. You must have a myname= statement in your config.tel file
  12.        and set it equal to your userid, NOT equal to your machine name.
  13.  
  14.     B. To specify a different userid, you may 
  15.         C> set USER=myname
  16.     
  17.     C. To specify a default printer, you may either use
  18.  
  19.         C> set PRINTER=myprinter
  20.  
  21.        or in your config.tel file, have an entry like this:
  22.         name=lpr_printer
  23.         host=myprinter
  24.  
  25.     D. To specify a default server, you may either use
  26.         
  27.         C> set SERVER=myserver
  28.  
  29.        or in your config.tel file, have an entry like this:
  30.         name=lpr_server
  31.         host=omnigate.clarkson.edu 
  32.  
  33.     E. Here's how you identify your machine name.
  34.  
  35.        I. If you don't do the following, your machine name
  36.           will be your PC's IP address.
  37.  
  38.        II. Enter your own PC in your config.tel file, as follows:
  39.  
  40.         name=myself        # any name will do. 
  41.         hostip=myip.address
  42.         host=the.name.of.my.host
  43.  
  44.         A lookup is done based on your IP address.
  45.  
  46.  
  47.