DThis package is v5.2 of the program TO, written by Alan E. Feldman. This is freeware. QUICK START: DCopy TO.COM to your system and add the following to your LOGIN.COM:  $ TO :== @TO.COM ' $ TO -INIT ! to initialize TO.COM Dwhere can be either disk:[dir] or a logical name pointingto the location of TO.COM. 2Be sure these commands have been run and then run $ TO ? Eto display Quick Help screen. Use TO.COM as you would the SET DEFAULTDcommand. Run TO.COM without any arguments to access the logical nameErecall stack. Use logical names from the recall stack in DCL commands=and in program input. Read MANUAL.TXT for more about TO.COM. Supplied files: TO.COM - The main program. 4FREEWARE_README.TXT - required freeware README file README.TXT - this file 'MANUAL.TXT - Documentation for TO.COM. FSAVE_DEFAULT.COM - A supplementary program that is being supplied withDTO.COM. To set it up, copy it to your system, add something like thefollowing to your LOGIN.COM, + $ SAVE :== @SAVE_DEFAULT.COM ;and be sure it has been run before using SAVE_DEFAULT.COM. ?This program assigns the current default to a logical name. TheEdefault is the logical name TO_SAVE which is assigned the keyword "S" by TO.COM. @ITERATIVE-LNMS.TXT - Bugs using logical names with SET DEFAULT. Other supplied files: BCLEAR-NBACK-LNMS.COM - Clears nBACK-style logical names defined byTO.COM and SAVE_DEFAULT.COM. DCLEAR-TO-LNMS.COM - Clears all recall stack logical names defined byTO.COM and SAVE_DEFAULT.COM. ?DIR-MENU.COM - Allows directory tree navigation via menus (uses TO.COM). )DOWN.COM - Go down to subdirectory 'P1'. @OVER.COM - Slide over to another directory at the same directorydepth. 2UP.COM - Go up 'P1' levels in the directory tree. EIt is suggested that you set up symbols to run the last four command Eprocedures listed above. All of them require that you use the symbol TO to run TO.COM.