RELEASE of APRSdos source code is for use by HAM radio operators personal use. It is not allowed for commercial use without permission of the author, and holder of the registered APRS trademark, APRS Engineering LLC. Bob Bruninga, WB4APR HOW TO COMPILE APRSDOS: 1) Change all the files APRS5X.TXT to .BAS files 2) Copy the below into a COOMPILE5.BAT file 3) Copy the below into a LINK file 4) At the DOS prompt execute COMPILE5 5) The result will be APRSDOS.EXE 6) To run, it requires ALL of the directory structure including HSTS, LOGS, MAPS, MAPLISTS, README, etc This is the COMPILE.BAT file: BC APRSDOS\aprS5W.bas/E/X/O/T/C:2048 BC APRSDOS\aprS5V.bas/O/T/C:2048 BC APRSDOS\aprS5X.bas/O/T/C:2048 BC APRSDOS\aprS5Y.bas/O/T/C:2048 BC APRSDOS\aprS5Z.bas/O/T/C:2048 link /e @APRSDOS\lklst5.lnk This is the LINK file (LKLST5.LNK): aprS5W.obj+ aprS5V.obj+ aprS5X.obj+ aprS5Y.obj+ aprS5Z.obj aprsdos.exe QB.lib