@Echo off :Start "C:\Program Files (x86)\*" echo Program terminated at %Date% %Time% with Error %ErrorLevel% >> c:\Temp\program.log echo Press Ctrl-C if you don't want to restart automatically ping -n 10 localhost goto Start