home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / tasker1.zip / INSTALL.CMD < prev    next >
OS/2 REXX Batch file  |  1994-04-21  |  160b  |  9 lines

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