home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ircii30.zip / ircstart.cmd < prev    next >
OS/2 REXX Batch file  |  1996-03-03  |  1KB  |  27 lines

  1. @echo off
  2.  
  3. rem set HOME=u:\home
  4. rem ---------^^^^^^^^ Your home directory, if not set, default is from where
  5. rem                   irc.exe was started. When set it can be accessed using
  6. rem                   ~ character. ~/blah mean <your home directory>/blah
  7. rem                   Many scripts are saving their files using ~/filename
  8.  
  9. set USER=os2user
  10. rem -----^^^^^^^  This is your username, it will appear as os2user@your.host
  11. rem               when you join a channel or when someone /whois you.
  12. rem               Change it to whatever you like. Note: some servers dont like
  13. rem               caps in usernames...
  14.  
  15. set IRCNICK=ILoveOS2
  16. rem         ^^^^^^^^   This is your nick, as you known on irc, change it to
  17. rem                    whatever you like
  18.  
  19. set IRCNAME=Windows95 sux badly
  20. rem         ^^^^^^^^^^^^^^^^^^^^    This is your realname, it will appear in
  21. rem                                 your /whois info. Change it if you don't
  22. rem                                 like this one :)
  23.  
  24. rem ------- you really don't want to change anything below this line -----
  25. irc_586.exe
  26.  
  27.