@echo off
cd \bootdsks.144
echo "                                                                          "
echo "This option makes the ASJCD bootdisk.  This disk (in conjunction with     "
echo "one of the rootdisks in the rootdsks directory) will allow you to         "
echo "install Linux from a Sanyo CDR-H94A CDROM drive (often packaged           "
echo "with the ISP16 soundcard)                                                 "
echo "Insert formatted disk in drive A: and hit a key to continue or CTRL-C     "
echo "to abort...                                                               "
echo "                                                                          "
pause
rawrite asjcd a:

