home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / developmen / s3c111 / INSTALL.BAT < prev    next >
DOS Batch File  |  1994-12-02  |  231b  |  14 lines

  1. @echo off
  2. yesno Do you want to install S3C?
  3. if errorlevel 1 goto exit
  4. mclink @install.txt
  5.  
  6. yesno Do you want to install the EPOC Libraries?
  7. if errorlevel 1 goto nolib
  8. mclink @instepoc.txt
  9. :nolib
  10.  
  11. :exit
  12. echo Finished.
  13.  
  14.