home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / irc282.zip / install next >
Text File  |  1995-12-06  |  2KB  |  43 lines

  1.  
  2.  
  3. 1)    If you don't have ftp://hobbes.nmsu.edu/os2/unix/gnu?util.zip installed
  4.     copy bin/* to your PATH, and dll/* to your LIBPATH.
  5.     
  6.       If you have these utilites installed already, copy bin/sh.exe and
  7.     bin/ls.exe to your PATH. You should replace ls.exe, or most of XDCC 
  8.     scripts will fail to offer files.
  9.     
  10.     
  11. 2)   Environment variables: 
  12.  
  13.     Note: ircstart.cmd file is included to set all these variables
  14.               Edit this file to change your nick and realname.
  15.  
  16.     IRCLIB          is a directory, where script, help and translation 
  17.                     subdirectorys can be found. It should end with a slash.
  18.                     Default is directory, from where irc.exe was started
  19.      
  20.     IRCNICK         Your nick on irc. Default is same as username.
  21.      
  22.     IRCNAME         Your real name on irc.
  23.      
  24.     IRCRC           Startup file. Default is ~/.ircrc
  25.      
  26.     USER            your username in username@ppp1.host.com. 
  27.             
  28.     HOME            your home directory...no default. ~/ in filenames
  29.                     will be expanded to <your_home_directory>/filename
  30.                     also very often is used in a scripts for save files,
  31.                     etc...!!! SHOULD BE SET !!!
  32.  
  33.     IRCSERVER       your servers list. if this variable is set, ircii will
  34.                     not read ircii.servers file unless -a command line
  35.                     option used.
  36.     
  37.     TERMCAP         should point to termcap file. simple termcap file is
  38.                     included.
  39.    
  40.     TERM            terminal name...should have description in the termcap file
  41.     
  42.                     
  43.