rem@echo off if exist mldonkey_gui.ini.tmp goto fileexists goto nofile :fileexists del mldonkey_gui.ini ren mldonkey_gui.ini.tmp mldonkey_gui.ini goto end :nofile goto end :end echo Starting mlDonkey... run.exe mlgui.exe