echo off echo -------------------------------------------------- echo Installation of FM Tuner Test Program echo TUNER.BAS version 1.0 echo -------------------------------------------------- if not exist c:\tuner md c:\tuner if not exist c:\tuner\tmp md c:\tuner\tmp if not exist c:\tuner\results md c:\tuner\results lha e tuner c:\tuner\ echo --------------------------------------------------------- echo Installation complete echo ---------------------------------------------------------