home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / mslang / xcron / test.bat < prev    next >
Encoding:
DOS Batch File  |  1994-06-03  |  95 b   |  8 lines

  1. :start
  2. @echo off
  3. batcron %1 %2 %3
  4. @IF ERRORLEVEL 1 GOTO end
  5. dir \*.* /s
  6. goto start
  7. :end
  8.