@echo off @echo IBM OS2 1.3 ISA/EISA Buslogic SCSI as non-boot installation. @echo If this is not a ISA or EISA bus machine do NOT run this command file ! pause set src_path=A:\OS213\IBM c: cd \ if not exist c:\BASEDD01.SYS goto error rem del c:BASEDD02.SYS copy %src_path%\IBM_130\BASEDD01.SYS > nul copy %src_path%\IBM_130\IORUN.SYS > nul copy %src_path%\IBM_130\IOS1X.SYS > nul copy %src_path%\IBM_130\IOCONFIG.SYS > nul copy %src_path%\IBM_130\SPARE001.SYS > nul copy %src_path%\IBM_130\ESDI-506.BID > nul copy %src_path%\IBM_130\DISK.TSD > nul copy %src_path%\IBM_130\STDDISK.VSD > nul copy %src_path%\IBM_130\FLOPPY01.SYS > nul goto bottom :error @echo Are you sure IBM OS2 1.3 is installed on this harddisk ? :bottom