home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 25 / amigaformatcd25.iso / websites / asimware / techsupport / files / asimcdfs_arexxsamples.lha / ARexx_Samples / DiscChanger / hfs_fork.rexx < prev    next >
OS/2 REXX Batch file  |  1995-08-23  |  287b  |  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.