
			TITLE.COM version 0.11
			  for DOS batch file
		       on OS/2 WARP MVDM session

	  Copyright (c) 1994, 1999, 2000, NBG01720@nifty.ne.jp


  The TITLE.COM is a very short program to set window title from a DOS
batch file in OS/2 MVDM session.
  "TITLE something" in a DOS batch file will set window title to "something".
  If no argument is specifed to TITLE.COM or the batch file is terminated,
default title will be restored.

  I wrote this TITLE.COM for MVDM of OS/2 WARP 3.0 or lator.
  If you wish to use this program on OS/2 2.x, you must remove its version
check code with using DEBUG utility like this...
	>debug title.com
	-a170
	xxxx:0170
	-a107
	xxxx:0107 nop
	xxxx:0108 nop
	xxxx:0109
	-w
	Writing 0006D bytes
	-q

  TITLE.COM is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2, or (at your option) any later
version.

  TITLE.COM is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See COPYING for more details.


						    NBG01720@nifty.ne.jp
			   http://www.vector.co.jp/authors/VA000199/os2/
