home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / transfer / tempdrive < prev    next >
Text File  |  1994-07-10  |  459b  |  21 lines

  1. echo "Attempting to re-assign Df0:"
  2. echo ""
  3. if exists Network:
  4. if exists Network:df0/
  5.     assign df0: Network:df0/
  6.     echo "Re-assign complete."
  7.     echo ""
  8.     echo "The Amiga drive will now act as df0: on the CD32."
  9. else
  10.     echo "Please place a blank formatted disk in Df0: of your Amiga."
  11.     echo ""
  12.     echo "Then double click on this icon once again"
  13.     wait 1000
  14. endif
  15. else
  16.     echo "Please run either Sernet or Parnet to set up the Network FIRST."
  17.     echo ""
  18.     wait 1000
  19. endif
  20.  
  21.