@echo off
cd \bootdsks.144
echo "                                                                          "
echo "This option makes the ASCSI bootdisk.  This disk (in conjunction with     "
echo "one of the rootdisks in the rootdsks directory) will allow you to         "
echo "install Linux from any SCSI CD-ROM drive connected to a supported SCSI    "
echo "card (including Adaptec 294x).                                            "
echo "                                                                          "
echo "BE SURE TO INSTALL THE ASCSI KERNEL FROM THE Q SERIES TO SUPPORT YOUR     "
echo "SCSI DEVICES AFTER INSTALLATION!                                          "
echo "                                                                          "
echo "Insert formatted disk in drive A: and hit a key to continue or CTRL-C     "
echo "to abort...                                                               "
echo "                                                                          "
pause
rawrite ascsi a:

