echo off cls echo SHOWDISK 12-8-88 if not exist showdisk.bat goto notdefault if not exist showexec.bat goto baddisk if not exist spice.exe goto baddisk if not exist command.com goto notboot echo This Program will delete all files not needed for SPICE echo Automation during show presentations. Type [Ctrl-C] if you do echo not want to change this disk. pause for %%a in (autoexec.bat menu.exe timer.exe download.exe thyme sugar) do if exist %%a del %%a del sugar?? del help??.scn ren showexec.bat autoexec.bat echo This disk is now a self-booting showdisk. goto exit :notboot echo This disk is missing "COMMAND.COM", and is not bootable. :baddisk echo This disk can not be converted to a show disk. goto exit :notdefault echo This command must be executed from the default drive. goto exit :exit