home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / CDRom / asimcd30.dms / in.adf / ARexx_Samples / DiscChanger / hfs_fork.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-06-17  |  287 b   |  17 lines

  1. /*  This example will demonstrate the use of the hfs_fork command
  2.     in DiscChanger.
  3.  
  4.     (C)1993-1995 Asimware Innovations                                       */
  5.  
  6.  
  7. FORK_RESOURCE    = "res"
  8. FORK_DATA        = "data"
  9. FORK_MACBIN        = "bin"
  10.  
  11.  
  12. address "DiscChanger_ARexx"
  13.  
  14. hfs_fork FORK_DATA
  15.  
  16. exit
  17.