@echo off
cd \rootdsks
echo "                                                                          "
echo "This option makes the TAPE rootdisk.  This is a floppy                    "
echo "disk that allows you to install Slackware Linux from SCSI or floppy       "
echo "(QIC-40/80) tape.  Please read the README_T.APE file for instructions on  "
echo "creating the tape.                                                        "
echo "                                                                          "
echo "Insert formatted disk in drive A: and hit a key to continue or CTRL-C     "
echo "to abort...                                                               "
echo "                                                                          "
pause

rawrite tape.gz a:

