Directory deletion program.

Requirements
-------------
 The  loop  help  is  generated  using TEXT2C, but in principle (and
 unless you modify it) it is already generated.  TEXT2C is available at
	http://nucwww.chem.sunysb.edu/htbin/software_list.cgi

Platform
--------
 It  has  been  tested  on  VAX OpenVMS 6.1 and Alpha OpenVMS 6.2 using
 respectively VAXC V3.2-044 and DECC V6.0-001.

 This software is still under development.

Compilation
-----------
Apart of that :
	$ MMK				on VAX or Alpha
	or
	$ MMS				on VAX
	$ MMS/MACRO=(__AXP__=1)		on Alpha


There are a bunch of __GNUC__ in the C code but I haven't tried it yet.

Installation
------------
 You can either
 - Define a global symbol LOOP :== $dev:[dir]LOOP
 - Place the executable in DCL$PATH (VMS 6.2 and up)
 - Insert the following in DCLTABLES
	define verb LOOP
		image dev:[dir]LOOP
		cliflags(foreign)


 Remember  to  also  install  the help file where it should be.  If you
 don't want to, help is available on-line at
	http://nucwww.chem.sunysb.edu/helplib/@hvmsapps/LOOP


Author
------
 Jrme LAURET ; jlauret@mail.chem.sunysb.edu

