DIRSTACK v.1.0         Copyright (C) 1998, Rob Lake

NAMES:
        PUSHD -- Pushs a directory to the directory stack
        POPD  -- Pops a directory from the stack

SYNOPSIS:
        PUSHD X:\DIR_NAME
-and-
        POPD

OPTIONS:
        Currently there are no options.  To view help on these programs,
just type PUSHD without arguments, or POPD with arguments.

EXAMPLES:
        C:\>PUSHD C:\DOS
        [...]
        C:\WINDOWS\SYSTEM>PUSHD .
        [...]
        C:\BORLANDC\BIN>POPD
        C:\WINDOWS\SYSTEM>POPD
        C:\DOS>POPD
        directory stack empty

NOTES:
 - The last directory added to the stack is the first one to be changed to.
 - The program creates a file named C:\STACK.DIR which contains the stack.
This way the stack is not destroyed by powering down a system.  The
attributes of this file is NORMAL (0x00) so deleting it should be no trouble.
 - The programs assume that the attribute of C:\STACK.DIR is NORMAL (0x00),
if it is not, there will be some problems.

LEGAL:
	This program is released under the GNU GPL (see the file gnugpl.txt
in the source directory.  Here is a general notice:

This program 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 of the License, or
(at your option) any later version.

This program 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 the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.

BUGS:
        AFAIK, none.  If you find any, email them to me.

Updates can be found at:
http://www.ucs.mun.ca/~z63rrl/utils.html
or email me.

Comments and question? Send them to:
Rob Lake (rlake@cs.mun.ca)
