home *** CD-ROM | disk | FTP | other *** search
- @echo off
- REM This batch file is used to call the program that makes
- REM the CD ROM OS/2 install disks (mkindskf)
- REM
- REM NOTE: since there is no simple way to figure out which drive is the
- REM CD ROM, or to prompt the user for the drive letter you must be
- REM in the root directory of the CD to run this....
- if exist install\mkindskf.exe goto goodstart
- echo You must be in the root directory of the CD ROM in order
- echo to run install.
- goto fini
- :goodstart
- install\mkindskf install\os2inst.dat .
- :fini