Metropoli BBS
VIEWER: 2chip.bat MODE: TEXT (ASCII)
echo off
echo "This file fill create a file called ATROM"
echo "You must be using a rom set that consists of only 2 27128 roms"
romsavat
copy atrom temp
romsplit
lsplit 16384 tempevn
copy f1 tempevn
lsplit 16384 tempodd
copy f1 tempodd
unsplit
copy rom atrom
del rom
echo "Process Complete, Changes made to  ATROM"

[ RETURN TO DIRECTORY ]