home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / utilities / icon / iconimage.lha / Install < prev    next >
Encoding:
Text File  |  1994-11-20  |  242 b   |  9 lines

  1.  
  2. ;Install IconImage into the WBStartup drawer.
  3.  
  4. If Exists SYS:WBStartup.info
  5.    Copy Clone IconImage      To SYS:WBStartup/
  6.    Copy Clone IconImage.info To SYS:WBStartup/
  7. Else
  8.    Echo "You need Workbench 2.04 with the WBStartup drawer."
  9. Endif