home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0930.lha / RCON / s / InstallCON / RCONinstall
Text File  |  1993-10-07  |  288b  |  13 lines

  1. ; This script removes the currently installed CON-Handler
  2. ; and installs the RCON-Handler as CON:
  3. ; execute this script from your s:user-startup before opening any command shells
  4.  
  5. assign CON: dismount
  6. mount  CON: from devs:RCON-mountlist
  7.  
  8. run >nil: l:RCON-Server
  9. echo "RCON installed"
  10.  
  11.  
  12.  
  13.