home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- for %%a in (ohread.exe ohread.hlp) do if not exist %%a goto test
- for %%a in (bbs-9309.htx bbs-930_.1) do if not exist %%a goto test
- for %%a in (bbs-9309.idx bbs-9309.fgi) do if not exist %%a goto test
- goto prog
- :test
- for %%a in (Ohread.exe Ohread.hlp) do if not exist %%a echo %%a not found!
- echo.
- for %%a in (BBS-9309.htx BBS-930_.1) do if not exist %%a echo %%a not found!
- echo.
- for %%a in (BBS-9309.IDX BBS-9309.FGI) do if not exist %%a echo %%a not found!
- echo.
- for %%a in (DCBB0893.ASC) do if not exist %%a echo %%a not found!
- echo.
- echo WARNING:
- echo The above files are "not found." Please contact your vendor or download
- echo source immediately and notify them that you have recieved an incomplete
- echo copy of this program.
- echo.
- goto end
- :prog
- ohread bbs-9309.htx
- :end
-