UnLockPRO 2.0.0
ZZT Lock File Manipulator

Copyright (C) 1999 Kev Vance <kvance@zeux.org>

-----------------
-- What is it? --
-----------------
UnLockPRO manipulates all of the known locks in a given ZZT world.

------------------------------------
-- And what locks would those be? --
------------------------------------
UnLockPRO can unlock:
	* Normal Lock
	* Save Lock
	* Super Locks of all kinds
	* Omega Lock

UnLockPRO can lock:
	* Normal Lock
	* Save Lock
	* Super Lock
	(but not Omega Lock, because I'm too lazy to do that)

---------------------------------------------------
-- Wow, that's amazing!  How do I use UnLockPRO? --
---------------------------------------------------
It has a simple command-line interface.  You can choose -u and it will unlock
all of the files specified... or you could choose any combination of the lock
commands and it will perform those types of locks on the files.

-u will unlock all types of locks from the given files.
-n will normal lock the given files.
-s will save lock the given files.
-0 will super lock the given files.  (that's a zero)

-u can't be used with any of the other options, of course.

Examples:
ulpro -u town.zzt		- Remove all locks from town.zzt
ulpro -n0 aworld.zzt bworld.zzt	- Normal and super lock both aworld.zzt and
				  bworld.zzt

---------------------------------------------------
-- Well, what if I want to compile it under DOS? --
---------------------------------------------------
You can!  I've made it compile under Borland Turbo C 3.1.  Just add DOS to
your compiler defines and it'll define some things that are missing (and add
the getopt stuff).

----------------------------------
-- How do I contact the author? --
----------------------------------
You can email me at kvance@zeux.org -- especially if you find any bugs in
UnLockPRO.  Even better, contact me with a patch to fix it :)

	-- Kev Vance 1999
