home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / wb / applauncher / installation / al_installer.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-03-26  |  221 b   |  12 lines

  1. /* AppLauncher installation */
  2.  
  3. address command
  4. say "Copying..."
  5. 'SYS:system/RexxMast'
  6. 'makedir ENV:AppLauncher'
  7. 'makedir ENVARC:AppLauncher'
  8. 'copy #?.info ENV:AppLauncher'
  9. 'copy #?.info ENVARC:AppLauncher'
  10. say "Done."
  11.  
  12.