source: trunk/third/firefox/config/install.bat @ 21695

Revision 21695, 852 bytes checked in by rbasch, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21694, which included commits to RCS files with non-trunk default branches.
Line 
1@echo off
2rem The contents of this file are subject to the Netscape Public
3rem License Version 1.1 (the "License"); you may not use this file
4rem except in compliance with the License. You may obtain a copy of
5rem the License at http://www.mozilla.org/NPL/
6rem
7rem Software distributed under the License is distributed on an "AS
8rem IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9rem implied. See the License for the specific language governing
10rem rights and limitations under the License.
11rem
12rem The Original Code is mozilla.org code.
13rem
14rem The Initial Developer of the Original Code is Netscape
15rem Communications Corporation.  Portions created by Netscape are
16rem Copyright (C) 1998 Netscape Communications Corporation. All
17rem Rights Reserved.
18rem
19rem Contributor(s):
20@echo on
21
22@if not exist %2\nul mkdir %2
23@rm -f %2\%1
24@cp %1 %2
Note: See TracBrowser for help on using the repository browser.