home *** CD-ROM | disk | FTP | other *** search
/ Fish 'n' More 2 / fishmore-publicdomainlibraryvol.ii1991xetec.iso / dirs / xlispstat_386.lzh / XLispStat / UnPackSrc1 < prev    next >
Text File  |  1990-10-22  |  670b  |  28 lines

  1. .K ""
  2. echo "This script will unpack the following lharc archive:"
  3. echo ""
  4. echo "    src1.lzh    =>    XLisp_Stat_Source1:"
  5. echo ""
  6.  
  7. ask "Do you have a blank disk ready?"
  8. if not WARN
  9.     echo "Try again when you do ..."
  10.     echo "All Done.  Click close gadget to get rid of window."
  11.     endcli
  12. endif
  13.  
  14. ask "Is floppy drive df1: free?"
  15. if not WARN
  16.     echo "You will need to do the unpacking yourself."
  17.     echo "All Done.  Click close gadget to get rid of window."
  18.     endcli
  19. endif
  20.  
  21. echo "Formatting and unpacking disk."
  22.  
  23. sys:system/format drive df1: name XLisp_Stat_Source1 noicons
  24. :c/lharc -x -a -m x src1.lzh XLisp_Stat_Source1:
  25.  
  26. echo "All Done.  Click close gadget to get rid of window."
  27. endcli
  28.