home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / fish / disks / d1083.lha / Programs / BeepAManiac / Installations.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-04-01  |  211 b   |  11 lines

  1. /* BeepAManiac installation.
  2.    
  3.    Copy BeepAManiac to system startup drawer.
  4. */   
  5.  
  6. address command
  7. say
  8. say 'Copying BeepAManiac to SYS:WBStartup'
  9. 'copy BeepAManiac sys:wbstartup'
  10. say 'Installation complete.'
  11.