| Title: | AMIGA NOTES |
| Notice: | Join us in the *NEW* conference - HYDRA::AMIGA_V2 |
| Moderator: | HYDRA::MOORE |
| Created: | Sat Apr 26 1986 |
| Last Modified: | Wed Feb 05 1992 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 5378 |
| Total number of notes: | 38326 |
Can someone help me with the correct syntax here.
I want to build an archive (on the AMiga) with ZOO that clones all the
directory structures (for example: is there a simple command line that
would ZOO an entire fred-fish disk)?
I know how to DE-ZOO ok but when it came to creating a new archive
with directory structures involved, I struck out.
Thanks,
Frank
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 3164.1 | This helps | FRAIS2::ZIMMERMANN | NCP> DEF MOD WORK DEST NL: | Thu Nov 30 1989 06:13 | 27 |
;
; This script will zoo all files in current dir and below to (archive).
;
cd SYS: ; if you want ALL the files on your disk
;
sys:utilities/fnams > ralf:fnams.dh0 DH0:
sort ralf:fnams.dh0 ralf:fnams.srt
;
; zoo < ralf:fnams.srt aI TEST:ralf-dh0.zoo ; DO IT ???
;
; end
notes:
fnams is a utility available on the net, mail me if you can't find it.
this procedure works in the following way:
starting fnams with output-redirection to a file
(here RALF:fnams.DH0) from the device DH0:
sort this file in alpha order (looks better ;-)
zoo (from input-file "aI" [to] archive-name
it works fine,
Ralf
====
| |||||