home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
ventura
/
fixwp50.arc
/
FIXWP50.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-01-07
|
196b
|
14 lines
if %1.==. then goto error
if not exist %1 goto not
42-50 %1
ren %1 *.bad
ren stripped.txt %1
goto end
:not
echo %1 not found
goto end
:error
echo Syntax:
echo FIXWP50 filename1
:end