home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / aptwarp2.zip / NEWDISK1.BAT < prev    next >
DOS Batch File  |  1996-04-24  |  444b  |  12 lines

  1. @echo on
  2. @%1:\diskimgs\loaddskf %1:\diskimgs\os2\35\disk1_cd.dsk a: /Y/Q > newdisk1.out
  3. @datechek c:\os2\install\paws-\ibmidecd.flt a:\ibmidecd.flt >newdisk2.out
  4. @if errorlevel 2 goto NEXTDISK
  5. @copy c:\os2\install\paws-\ibmidecd.flt a: >>newdisk2.out
  6. :NEXTDISK
  7. @datechek c:\os2\install\paws-\ibm1s506.add a:\ibm1s506.flt >>newdisk2.out
  8. @if errorlevel 2 goto EXIT
  9. @copy c:\os2\install\paws-\ibm1s506.add a: >>newdisk2.out
  10. :EXIT
  11. @exit
  12.