home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / upsmon12.zip / upsminst.exe / upsmsup.cmd < prev    next >
OS/2 REXX Batch file  |  2002-01-24  |  325b  |  12 lines

  1. /* Install Plugin */
  2. /* This cmd file is run by the installer */
  3.  
  4. response=VpMessageBox(window,'UPS Monitor Install','Do you want to place UPS Monitor into the startup folder so it starts up automatically?','YESNO')
  5. IF response = 'YES' THEN
  6.   DO
  7.      Call SysCreateShadow '<UPSMONEXE>', '<WP_START>'
  8.   END
  9.  
  10. EXIT
  11.  
  12.