home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / config / install.bat < prev    next >
Encoding:
DOS Batch File  |  1998-04-08  |  784 b   |  21 lines

  1. @echo off
  2. rem The contents of this file are subject to the Netscape Public License
  3. rem Version 1.0 (the "NPL"); you may not use this file except in
  4. rem compliance with the NPL.  You may obtain a copy of the NPL at
  5. rem http://www.mozilla.org/NPL/
  6. rem
  7. rem Software distributed under the NPL is distributed on an "AS IS" basis,
  8. rem WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  9. rem for the specific language governing rights and limitations under the
  10. rem NPL.
  11. rem
  12. rem The Initial Developer of this code under the NPL is Netscape
  13. rem Communications Corporation.  Portions created by Netscape are
  14. rem Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  15. rem Reserved.
  16. @echo on
  17.  
  18. @if not exist %2\nul mkdir %2
  19. @rm -f %2\%1
  20. @cp %1 %2
  21.