home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / ventura / fixwp50.arc / FIXWP50.BAT < prev    next >
DOS Batch File  |  1989-01-07  |  196b  |  14 lines

  1. if %1.==. then goto error
  2. if not exist %1 goto not
  3. 42-50 %1
  4. ren %1 *.bad
  5. ren stripped.txt %1
  6. goto end
  7. :not
  8. echo %1 not found
  9. goto end
  10. :error
  11. echo Syntax:
  12. echo  FIXWP50 filename1
  13. :end
  14.