@echo off
cd \bootdsks.144
echo "                                                                          "
echo "This option makes the AGSCD bootdisk.  This disk (in conjunction with     "
echo "one of the rootdisks in the rootdsks directory) will allow you to         "
echo "install Linux from a GoldStar R420 CDROM drive.                           "
echo "                                                                          "
echo "Insert formatted disk in drive A: and hit a key to continue or CTRL-C     "
echo "to abort...                                                               "
echo "                                                                          "
pause
rawrite agscd a:

