home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 201 / ER_MAR93.ZIP / GO.BAT < prev    next >
DOS Batch File  |  1993-03-02  |  1KB  |  31 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-mar93.htx er-mar9_.1) do if not exist %%a goto test
  5. for %%a in (jacobs.ord donahue.ord mcgeehin.ord) do if not exist %%a goto test
  6. for %%a in (mack62.ans mack63.ans mack64.ans) do if not exist %%a goto test
  7. for %%a in (mack65.ans mack66.ans mack67.ans) do if not exist %%a goto test
  8. for %%a in (er.pcx dreamhun.pcx pbwel1.pcx) do if not exist %%a goto test
  9. goto prog
  10. :test
  11. for %%a in (Ohread.exe Ohread.hlp) do if not exist %%a echo %%a not found!
  12. echo.
  13. for %%a in (Er-mar93.htx Er-mar9_.1) do if not exist %%a echo %%a not found!
  14. echo.
  15. for %%a in (er.pcx dreamhun.pcx pbwel1.pcx) do if not exist %%a echo %%a not found!
  16. echo.
  17. for %%a in (mack62.ans mack63.ans mack64.ans) do if not exist %%a echo %%a not found!
  18. for %%a in (mack65.ans mack66.ans mack67.ans) do if not exist %%a echo %%a not found!
  19. echo.
  20. for %%a in (Jacobs.ord Donahue.ord McGeehin.ord) do if not exist %%a echo %%a not found!
  21. echo.
  22. echo WARNING:
  23. echo The above files are "not found."  Please contact your vendor or download
  24. echo source immediately and notify them that you have recieved an incomplete
  25. echo copy of this program.
  26. echo.
  27. goto end
  28. :prog
  29. ohread er-mar93.htx
  30. :end
  31.