home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 49 / cda49.iso / Demos / DriveImage / OS2DOS / PQCVT3.BAT < prev    next >
Encoding:
DOS Batch File  |  2000-01-17  |  86 b   |  4 lines

  1. @ECHO OFF
  2. FOR %%F IN (%1) DO CALL PQCVT2 %%F
  3. ECHO Finished processing image files.
  4.