]> ncurses.scripts.mit.edu Git - ncurses.git/blob - misc/cleantic.cmd
ncurses 6.2 - patch 20210905
[ncurses.git] / misc / cleantic.cmd
1 /****************************************************************************\r
2  * Copyright 2020 Thomas E. Dickey                                          *\r
3  * Copyright 1998,2006 Free Software Foundation, Inc.                       *\r
4  *                                                                          *\r
5  * Permission is hereby granted, free of charge, to any person obtaining a  *\r
6  * copy of this software and associated documentation files (the            *\r
7  * "Software"), to deal in the Software without restriction, including      *\r
8  * without limitation the rights to use, copy, modify, merge, publish,      *\r
9  * distribute, distribute with modifications, sublicense, and/or sell       *\r
10  * copies of the Software, and to permit persons to whom the Software is    *\r
11  * furnished to do so, subject to the following conditions:                 *\r
12  *                                                                          *\r
13  * The above copyright notice and this permission notice shall be included  *\r
14  * in all copies or substantial portions of the Software.                   *\r
15  *                                                                          *\r
16  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  *\r
17  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF               *\r
18  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.   *\r
19  * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,   *\r
20  * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR    *\r
21  * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR    *\r
22  * THE USE OR OTHER DEALINGS IN THE SOFTWARE.                               *\r
23  *                                                                          *\r
24  * Except as contained in this notice, the name(s) of the above copyright   *\r
25  * holders shall not be used in advertising or otherwise to promote the     *\r
26  * sale, use or other dealings in this Software without prior written       *\r
27  * authorization.                                                           *\r
28  ****************************************************************************/\r
29 \r
30 /*\r
31  * $Id: cleantic.cmd,v 1.5 2020/02/02 23:34:34 tom Exp $\r
32  *\r
33  * Author:  Juan Jose Garcia Ripoll <worm@arrakis.es>.\r
34  * Webpage: http://www.arrakis.es/~worm/\r
35  */\r
36 parse arg dir\r
37 \r
38 pause\r
39 dir = translate(dir,'\','/');\r
40 letters = '0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z'\r
41 \r
42 if dir = '' then\r
43     dir = '.'\r
44 'echo Cleaning 'dir\r
45 'for %%1 in ('letters') do @if not exist 'dir'\%%1\* (echo Cleaning ...\%%1 & rd %%1 2>NUL)'\r