@echo off
cd \bootdsks.144
echo "                                                                          "
echo "This option makes the AOPTCD bootdisk.  This disk (in conjunction with    "
echo "one of the rootdisks in the rootdsks directory) will allow you to         "
echo "install Linux from an Optics Storage 8000 AT CDROM drive.                 "
echo "                                                                          "
echo "You may also specify a base address when you boot the disk, like this:    "
echo "                                                                          "
echo "    ramdisk optcd=<base address>                                          "
echo "                                                                          "
echo "Insert formatted disk in drive A: and hit a key to continue or CTRL-C     "
echo "to abort...                                                               "
echo "                                                                          "
pause
rawrite aoptcd a:

