home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional Developers Kit 1992 November / Disc01 / Disc01.mdf / install.bat < prev    next >
Encoding:
DOS Batch File  |  1992-10-01  |  530 b   |  14 lines

  1. @echo off
  2. REM This batch file is used to call the program that makes
  3. REM the CD ROM OS/2 install disks (mkindskf) 
  4. REM
  5. REM NOTE: since there is no simple way to figure out which drive is the 
  6. REM       CD ROM, or to prompt the user for the drive letter you must be 
  7. REM       in the root directory of the CD to run this....
  8. if exist install\mkindskf.exe goto goodstart
  9. echo You must be in the root directory of the CD ROM in order
  10. echo to run install.
  11. goto fini
  12. :goodstart
  13. install\mkindskf install\os2inst.dat .
  14. :fini