Short:        Library version checking util.
Author:       psychoed@digitald.demon.co.uk (Stuart Ed Gillibrand)
Type:         util/misc
Architecture: m68k-amigaos


 Libcheck - Checks your libraries against others and offers the ability to
 update!

 (c) S.Gillibrand 15/03/1997

------------------------------------------------------------------------------

A very simple rexx script to check your libraries against others.

Syntax being:

	Usage:
	 libcheck <orig libs dir> <new libs dir/{SCAN}> {[scan device/path]} [auto]

	[Examples]

	 1> libcheck workbench:libs/ df0:newlibs/
	    (check libs in df0:newlibs against workbench:libs/)

	 1> libcheck workbench:libs/ df0:newlibs/ auto
	    (check libs in df0:newlibs against workbench:libs/ and auto-update
	     if newer version(s) found)

	 1> libcheck workbench:libs/ scan df0:
	    (check all libs on df0: against workbench:libs/)

	 1> libcheck workbench:libs/ scan df0: auto
	    (check all libs on df0: against workbench:libs/ and auto-update if
	     newer version(s) found)

If you have any comments please contact me:

 psychoed@digitald.demon.co.uk
 soastick@turtle.net

 http://www.digitald.demon.co.uk
 http://www.turtle.net/~soastick/sod/

 2:250/602.0 @ fidonet

P.S. I recommend issuing a "protect libcheck +s" to make the system run the
     rexx code without having to type "rx" beforehand.

------------------------------------------------------------------------------
