mirror of
https://github.com/Kaisaan/lostkefin.git
synced 2025-06-18 16:45:40 -04:00
9 lines
332 B
Batchfile
9 lines
332 B
Batchfile
@if not exist "Battle of Olympus, The (U) [!].nes" (
|
|
echo ROM file "Battle of Olympus, The (U) [!].nes" not found; place one here before running this script.
|
|
@goto done
|
|
)
|
|
|
|
perl ..\..\..\abcde.pl -cm abcde::Cartographer::NES::Battle_of_Olympus "Battle of Olympus, The (U) [!].nes" Cartographer.txt Cartographer_out -s
|
|
|
|
:done
|
|
@pause |