@echo off verify on if exist c:\progra~1\ChurchBells\ChurchBells.exe goto ProgramFiles if exist c:\ChurchBells\ChurchBells.exe goto ChurchBells goto Doit :ProgramFiles c: cd c:\progra~1\ChurchBells goto Doit :ChurchBells c: cd c:\ChurchBells :Doit attrib -s -h -a -r Funeral.wav if not exist Funeral.saf goto gone del Funeral.wav ren Funeral.saf Funeral.wav :gone cls echo ***************************************************** echo * The Funeral Bell sound has been set to long again. echo * Now set the Funeral Bell count to what you'll want echo * By Clicking (in ChurchBells Program) File, click echo * Set Funeral Bell Count. echo ***************************************************** pause