Apple II DOS 3.3 and ProDOS Program Selectors SelectorHELLO.shk This is a DOS 3.3 HELLO which lets you cursor through and select programs to RUN or BRUN. You add program names and optional descriptions as DATA statements in lines after Line 1000. The simple directions are included in REM statements starting at Line 5000. This HELLO also displays DOS 3.3 variant (e.g. DOS 3.3, Prontodos, etc.), and Volume number. Built-in functions include CATALOG and INIT. SelectorSTARTUP.shk This is a ProDOS STARTUP which lets you cursor through and select programs to launch. You add program names and optional descriptions as DATA statements in lines after Line 1000. The simple directions are included in REM statements at the start of the program. This STARTUP also displays Volume name. Built-in functions include CAT and a choice of exiting via a BYE to ProDOS or a plain EXIT to the Applesoft prompt. Speed-GS Startup (SpeedGS.shk) This is a STARTUP program for ProDOS-8 on the Apple IIgs which features display of Boot Volume, Date/Time, and current Speed (shown as a multiple of 'Normal'). It is intended as a program selector for utilities, games, etc. on 3.5" diskettes. See the included Readme.tch file for details. Rubywand