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