Path: utzoo!utgpu!attcan!telly!ziebmef!ben From: ben@ziebmef.uucp (Ben Eng) Newsgroups: comp.sys.amiga Subject: ZooAll.rexx Message-ID: <1989Jul30.103039.13646@ziebmef.uucp> Date: 30 Jul 89 14:30:37 GMT Distribution: na Organization: Ziebmef Public Access Unix, Toronto, Canada Lines: 54 Here is a little ARexx script that I wrote to help Zoo preserve the full directory heirarchy when archiving an entire directory. In other words, the full pathname of the contents of a directory and all subdirectories thereof are properly preserved by Zoo when using this ARexx script. Requirements: ARexx, WShell, and Zoo 2.0 Usage: zooall archive.zoo directory Use and Abuse as you please. Comments and friendly mail welcomed. # This is a shell archive. Remove anything before this line, # then unpack it by saving it in a file and typing "sh file" # Created Sat Jul 29 01:36:20 1989 # # This archive contains: # zooall.uu echo "Creating zooall.uu" cat > zooall.uu <<"***EOF zooall.uu***" begin 644 ZooAll.rexx M"B\J(%IO;T%L;"YR97AX("T@6]U('!L$ M96%S92`J+PH*87)G('IO;VYA;64@=&AE9&ER"FEF('IO;VYA;64@/2`G)R!\W M('IO;VYA;64@/2`G/R<@=&AE;B!C86QL('=A'-U<'!O2(I('1H96X*"6-A;&P@861D;&EB(")R97AX9 MF]O;F%M90H*)V1E: M;&5T92<@9FEL96YA;64*97AI=`H*9&]D:7(Z('!R;V-E9'5R90IAF]O(&1I2<*O &"65X:70*- `` end size 1086 ***EOF zooall.uu*** -- Jet Penguins and Turbo Puffins thrive here in the Great White North. Ben Eng uunet!attcan!lsuc!ncrcan!ziebmef!ben I ran this message through the compiler and got a million syntax errors!