home *** CD-ROM | disk | FTP | other *** search
/ terabyteunlimited.com / 2014.06.terabyteunlimited.com.tar / terabyteunlimited.com / ifdsetup.zip / chkfiles.bat next >
DOS Batch File  |  2009-01-24  |  218b  |  16 lines

  1. @echo off
  2. echo Please verify all required files are listed below:
  3. echo.
  4.  
  5. if not exist ..\win\tbosdtw.exe goto old
  6.  
  7. ..\win\tbosdtw chkfiles.run
  8. goto end
  9.  
  10. :old
  11. ..\win\tbosdt chkfiles.run
  12.  
  13. :end
  14. echo.
  15. pause
  16.