home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / taskr403.zip / INSTALL.CMD < prev    next >
OS/2 REXX Batch file  |  1994-06-28  |  162b  |  10 lines

  1. /*rexx installation program*/
  2.  
  3. 'type license.txt | MORE'
  4. say "PRESS Y IF YOU AGREE WITH THE ABOVE TERMS "
  5. pull ans
  6. if ans \= y  then exit
  7. ESINST
  8. exit
  9.  
  10.