home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / DT / DT006B.ZIP / DOSARC2.EXE / lha / AL360.BAT next >
DOS Batch File  |  1990-12-29  |  155b  |  8 lines

  1. @echo off
  2. if not exist kernel.exe   goto error
  3. kernel
  4. goto done
  5. :error
  6. echo Active Life detected you are missing a required file: KERNEL.exe.
  7. :done
  8.