emu48-mirror/SAVE.BAT
Gwenhael Le Moine c3ab4004ad
1996-02-01: Historic version 0.37
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
2024-03-19 22:11:59 +01:00

15 lines
309 B
Batchfile

@echo off
if %1z == z goto err
ctty nul
call renlower *.*
ctty con
arj u EMU48 ram.1 readme rom *.html *.dat *.bat *.c *.h *.rc *.ico *.bmp *.mak makefile romdump dump2rom.c
arj t EMU48
echo Insert EMU48 diskette in %1:
pause
copy EMU48.arj %1: /v
chkdsk %1:
goto end
:err
echo SAVE drive
:end