home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / I265.ZIP / rxmsg.cmd < prev    next >
OS/2 REXX Batch file  |  1992-08-05  |  297b  |  10 lines

  1. /* RXMSG.CMD - A fragment to verify replacement of file */
  2. call RxFuncAdd 'SysLoadFuncs', RexxUtil , 'SysLoadFuncs'
  3. call SysLoadFuncs
  4.  
  5. do
  6.      reply = RxMessageBox("Do you want to replace the file", ,
  7.                "Replace File?", "YesNo", "Question")
  8.      if reply = 7 then return
  9. end
  10.