@echo off echo Executing calculation for %1. echo Starting at %time% Firefly820.exe -i %1 -o %~n1.out ren PUNCH %~n1.pun del input del DICTNRY if exist IRCDATA ren IRCDATA %~n1.irc if exist EFPIND del EFPIND if exist MOINTS del MOINTS if exist AOINTS del AOINTS if exist WORK16 del WORK16 if exist WORK15 del WORK15 echo Completed at %time%