home *** CD-ROM | disk | FTP | other *** search
- BUG REPORT:
-
-
- ENCHANCEMENTS TO BE MADE:
- ALL: 1) Make programs an .EXE files.
- 2) Add a help option, ?, from the command line.
-
- PUSHD: 1) Change the "n" parameters so that it refers to the
- top of the stack, not the bottom (RELATIVE from the top
- NOT ABSOLUTE from the bottom).
- 2) Remove extra push/pop commands.
- 3) Fix up various hacks.
- 4) Correct error caused by 3 or more blanks at end of
- command line tail.
- 5) have "signature" loaded into memory so that programs such
- as "POPDROP" can identify the stack as resident.
-
- POPD: 1) Change the "n" parameters so that it refers to the
- top of the stack, not the bottom (RELATIVE from the top
- NOT ABSOLUTE from the bottom).
- 2) Correct error caused by 3 or more blanks on the
- end of the command line tail.
- 3) Add -c option to clear ALL directories on stack.
- 4) Add -n option to clear n topmost directories on stack.
-
- DIRS:
-