home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
CDRom
/
ASIMCD30.LHA
/
arexx_samples
/
discchanger
/
hfs_fork.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
OS/2 REXX Batch file
|
1994-08-01
|
282 b
|
17 lines
/* This example will demonstrate the use of the hfs_fork command
in DiscChanger.
(C)1993 Asimware Innovations */
FORK_RESOURCE = "res"
FORK_DATA = "data"
FORK_MACBIN = "bin"
address "DiscChanger_ARexx"
hfs_fork FORK_DATA
exit