home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / k95source / ftime.bat < prev    next >
DOS Batch File  |  2020-01-01  |  185b  |  10 lines

  1. @echo off
  2. prep /at /om /ft %1.exe
  3. if errorlevel 1 goto done
  4. profile %1 %2 %3 %4 %5 %6 %7 %8 %9
  5. if errorlevel 1 goto done
  6. prep /m %1
  7. if errorlevel 1 goto done
  8. plist /st /indent %1
  9. :done
  10.