home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 385.lha / UUCP_v1.6_unarc.script < prev    next >
Text File  |  1990-06-11  |  384b  |  19 lines

  1. ask "Do you want to UnArchive `UUCP0' in RAM:"
  2. if warn
  3.     cd ram:
  4.     lharc -a -x -m x df0:UUCP0_v1_06d.LZH
  5.   endif
  6. ask "Do you want to UnArchive `UUCP1' in RAM:"
  7. if warn
  8.     cd ram:
  9.     lharc -a -x -m x df0:UUCP1_v1_06d.LZH
  10.   endif
  11. ask "Do you want to UnArchive `UUCP2' in RAM:"
  12. if warn
  13.     cd ram:
  14.     lharc -a -x -m x df0:UUCP2_v1_06d.LZH
  15.   endif
  16.  
  17. echo ""
  18. echo "Un zoo complete."
  19.