home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if not exist nofile.bat goto nonofile
- if not exist kernel.exe nofile
- if not exist user.exe nofile
- if not exist gdi.exe nofile
- if not exist msdos.exe nofile
- if not exist display.drv nofile
- if not exist keyboard.drv nofile
- if not exist mouse.drv nofile
- if not exist comm.drv nofile
- if not exist sound.drv nofile
- if not exist system.drv nofile
- if not exist tty.drv nofile
- if not exist win.ini nofile
- if not exist fonts.fon nofile
- if not exist oemfonts.fon nofile
- if not exist spooler.exe nofile
- if not exist win200.bin nofile
- if not exist win200.ovl nofile
- kernel %1 %2 %3 %4 %5 %6 %7 %8 %9
- goto done
- :nonofile
- echo You are missing the required file: NOFILE.bat.
- :done
-