home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
mapping
/
getamap.arc
/
FFINSTAL.BAT
< prev
next >
Wrap
DOS Batch File
|
1987-06-26
|
489b
|
16 lines
echo off
cls
echo GET A MAP Floppy Installation Program
echo Place the Original GET A MAP Disk in Drive A
echo Place the Working GET A MAP Disk in Drive B
echo Warning: any data on disk in Drive B will be erased!
pause
format b: /n
copy a:*.* b:
erase b:*.bat
echo GET A MAP Installation is Complete!
echo Remove the Original GET A MAP Disk from Drive A and put it somewhere safe
echo Place the new GET A MAP Working Disk in Drive A
echo Type: GETAMAP {Enter} to Start
a: