home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / FileMover / Dopus4 / INT-OPUS.LHA / Modules / script / mULTIsPLIT.sCRIPT
Encoding:
Text File  |  1994-10-23  |  457 b   |  17 lines

  1.   RequestChoice >ENV:Opt "mULTI sPLIT cREATED bY [-tHuNDERhAWK!]" "sELECT a sPLITTER pLEASE !*n*nsSPLIT: sPLITS iNTO aMIGA fFS*nsPLITZ: sPLITS iNTO 720kB/pC cOMPATiBLE" "sSPLIT|sPLITZ|cHANCEL"
  2.  
  3.   if $Opt EQ 1
  4.     sSPLIT "$filename" "$destdir"
  5.   endif
  6.  
  7.   if $Opt EQ 2
  8.     splitz "$filename" "$fileonly" 729000
  9.   endif
  10.  
  11.   UnSetENV destdir 
  12.   UnSetENV filename
  13.   UnSetENV fileonly
  14.   UnSetENV opt
  15.  
  16. ;$VER: mULTI sPLIT sCRIPT V1.o © bY [-tHuNDERhAWK!] 23.10.1994
  17.