PP.com has a List of directories to jump to from an on screen MENU.
Like the old Push/Pop programs did.
You can edit pp.com EOF, add paths to it, etc
PP.com will also load an external dir /s /b >> file, & make it a MENU.
Choose the letter to the left and it jumps there.
Put PP.com in path and use it from any where.
But it's big feature is that it is colorfull.

The menu list of dir's is a:
dir /s /b > zcdir.txt
type file.  So I made a.bat that mades a list of every file on drive c:
and it path.  Then I use STR.com to find what I want and send it to a file
that PP.com loads= c:\zzstr.txt
You can change that name by editing pp.com EOF
I can clean up zzstr.txt with STRNOT.com which elimates
every line from INfile that has "string" in it >> OUTfile.ext gets it.
So STR.com & STRnot.com are encluded here.
PP anyfile.txt
will load the dir list into PP.com
You can add2 or edit PP.com without reassembling the.asm
PP.com just works with the end lines that exist when ran.

MGOTO.com makes a.bat that returns to the dir it was made in.
I copy those to associated dirs that I'm working in,
so I can bounce around easily.

It's a bit difficult to put effort into a post that
another TROLL DESTROYS again. But future upgrades might include PG_DN
that shows a different menu ? or choose from a file list of menus.

I hope this helps someone worthy, some how.
Sincerely Bitdog

FREEWARE, making the world a better place, a little bit at a time.

PS, all my.com stuff has a simple message viewable in an editor, & ESC exits.
Most of my.com's give the syntax message if no input is given.

CandyMan's QDD32.exe or NASM nDISasm.exe OUTfile run though my DISn.com
will allow you to look into what ever code is in an program before you run it,
and FASM will often times assemble it.



