@echo off echo If you use Mod M8 with Adobe 6, none of the .bat files work because echo they assume they are being run in your Gunship! directory but, unfortunately, echo Adobe v6 changes to another directory before running them. You'll get echo 'File creation error' messages, then the functions abort. echo This program will (hopefully) fix all the .bat files so that they first echo change to your Gunship! directory before continuing. To use, place echo this file in your Gunship! directory with the extension '.bat'. Then echo double click on it in Explorer. echo No warranty is expressed or implied. Use at your own risk. echo Written by W. Baldwin echo Press Ctrl-C to abort, or pause rem %0 holds the complete path of the currently running .bat file. We can rem use that to append 2 commands to every other .bat file in mods\. rem the 1st command will change to the current (Gunship!) drive, the 2nd to the rem current (Gunship!) directory. echo %0\>SetPath.bat echo cd %0\..>>SetPath.bat copy SetPath.bat + mods\modlist.bat temp /Y copy temp mods\modlist.bat /Y copy SetPath.bat + mods\resetall.bat temp /Y copy temp mods\resetall.bat /Y rem copy SetPath.bat + mods\setup.bat copy SetPath.bat + mods\HFSound\HFsound.bat temp /Y copy temp mods\HFSound\HFsound.bat /Y copy SetPath.bat + mods\HFSound\undo_HFsound.bat temp /Y copy temp mods\HFSound\undo_HFsound.bat /Y copy SetPath.bat + mods\CPphrase\CPphrase.bat temp /Y copy temp mods\CPphrase\CPphrase.bat /Y copy SetPath.bat + mods\CPphrase\undo_CPphrase.bat temp /Y copy temp mods\CPphrase\undo_CPphrase.bat /Y copy SetPath.bat + mods\mi24dirq\mi24dirq.bat temp /Y copy temp mods\mi24dirq\mi24dirq.bat /Y copy SetPath.bat + mods\ter_des\ter_des.bat temp /Y copy temp mods\ter_des\ter_des.bat /Y copy SetPath.bat + mods\v22\v22.bat temp /Y copy temp mods\v22\v22.bat /Y copy SetPath.bat + mods\uh60\uh60.bat temp /Y copy temp mods\uh60\uh60.bat /Y copy SetPath.bat + mods\ch53de\ch53de.bat temp /Y copy temp mods\ch53de\ch53de.bat /Y copy SetPath.bat + mods\ter_orig\ter_orig.bat temp /Y copy temp mods\ter_orig\ter_orig.bat /Y copy SetPath.bat + mods\ter_win\ter_win.bat temp /Y copy temp mods\ter_win\ter_win.bat /Y copy SetPath.bat + mods\rah66\rah66.bat temp /Y copy temp mods\rah66\rah66.bat /Y copy SetPath.bat + mods\pah2\pah2.bat temp /Y copy temp mods\pah2\pah2.bat /Y copy SetPath.bat + mods\oh58d\oh58d.bat temp /Y copy temp mods\oh58d\oh58d.bat /Y copy SetPath.bat + mods\mi8\mi8.bat temp /Y copy temp mods\mi8\mi8.bat /Y copy SetPath.bat + mods\mi28n\mi28n.bat temp /Y copy temp mods\mi28n\mi28n.bat /Y copy SetPath.bat + mods\mi24p\mi24p.bat temp /Y copy temp mods\mi24p\mi24p.bat /Y copy SetPath.bat + mods\ka50\ka50.bat temp /Y copy temp mods\ka50\ka50.bat /Y copy SetPath.bat + mods\ch53\ch53.bat temp /Y copy temp mods\ch53\ch53.bat /Y copy SetPath.bat + mods\av8b\av8b.bat temp /Y copy temp mods\av8b\av8b.bat /Y copy SetPath.bat + mods\ah1z\ah1z.bat temp /Y copy temp mods\ah1z\ah1z.bat /Y copy SetPath.bat + mods\sh60b\sh60b.bat temp /Y copy temp mods\sh60b\sh60b.bat /Y :END echo Finished! Press any key to continue... pause>NUL cls