home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1997 #4 / amigaacscoverdisc1997-041997.iso / utilities / shareware / music / ripit / disk2file next >
Text File  |  1995-09-01  |  388b  |  23 lines

  1. requestfile >ENV:xfile RAM: NOICONS TITLE "Save Disk Data as?"
  2. IF not $xfile
  3.    echo "Aborted!"
  4.    skip 1
  5. ENDIF 
  6.  
  7. echo ""
  8. echo "Insert Disk into drive DF0:"
  9. echo "Press RETURN to start..."
  10. setenv >NIL: pathname ?
  11.  
  12. echo >ENV:xfile2 `echo $xfile`
  13. delete >NIL: ENV:xfile
  14.  
  15. echo ""
  16. echo "Reading disk, Please Wait..."
  17. echo ""
  18.  
  19. Disk2File.dat >$xfile2
  20.  
  21. delete >NIL: ENV:xfile2
  22. lab 1
  23.