xref: /freebsd/crypto/krb5/src/config/rm.bat (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1@echo off
2:loop
3if exist %1 del %1
4shift
5if not %1.==. goto loop
6exit
7
8Rem
9Rem rm.bat
10Rem
11Rem Copyright 1995 by the Massachusetts Institute of Technology.
12Rem All Rights Reserved.
13Rem
14Rem Export of this software from the United States of America may
15Rem   require a specific license from the United States Government.
16Rem   It is the responsibility of any person or organization contemplating
17Rem   export to obtain such a license before exporting.
18Rem
19Rem WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
20Rem distribute this software and its documentation for any purpose and
21Rem without fee is hereby granted, provided that the above copyright
22Rem notice appear in all copies and that both that copyright notice and
23Rem this permission notice appear in supporting documentation, and that
24Rem the name of M.I.T. not be used in advertising or publicity pertaining
25Rem to distribution of the software without specific, written prior
26Rem permission.  M.I.T. makes no representations about the suitability of
27Rem this software for any purpose.  It is provided "as is" without express
28Rem or implied warranty.
29Rem
30Rem
31Rem Batch file to mimic the functionality of the Unix rm command
32Rem
33