home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / educatio / er_may93.zip / GO.BAT < prev    next >
DOS Batch File  |  1993-04-21  |  731b  |  23 lines

  1. @echo off
  2. cls
  3. for %%a in (ohread.exe ohread.hlp) do if not exist %%a goto test
  4. for %%a in (er-apr93.htx er-apr9_.1) do if not exist %%a goto test
  5. for %%a in (lib.exe unpack.bat) do if not exist %%a goto test
  6. goto prog
  7. :test
  8. for %%a in (Ohread.exe Ohread.hlp) do if not exist %%a echo %%a not found!
  9. echo.
  10. for %%a in (Er-apr93.htx Er-apr9_.1) do if not exist %%a echo %%a not found!
  11. echo.
  12. for %%a in (lib.exe unpack.bat) do if not exist %%a echo %%a not found!
  13. echo.
  14. echo WARNING:
  15. echo The above files are "not found."  Please contact your vendor or download
  16. echo source immediately and notify them that you have recieved an incomplete 
  17. echo copy of this program.
  18. echo.
  19. goto end
  20. :prog
  21. ohread er-apr93.htx
  22. :end
  23.