home *** CD-ROM | disk | FTP | other *** search
- TARGET=C:\NWLITE\CLIENT.EXE
- LIST
- print "5E03.PAT - NetWare Lite Client DOS 5E03 invalid parm patch.\n"
- VERIFY
- va = search ( 57 00 F9 C3 8B 5F 06 F8 C3 A1 checksum 55F )
- if va=1AD8 then
- print " $TARGET already contains patch 5E03.PAT.\n"
- stop
- else
- print " $TARGET does not contain patch 5E03.PAT.\n"
- endif
- APPLY
- print " Applying patch 5E03.PAT to $TARGET...\n"
- vb = search ( 01 00 F9 C3 8B 5F 06 F8 C3 A1 checksum 509 )
- if vb=1AD8 then
- patch 1AD8 ( 57 checksum 57 )
- write
- print " $TARGET now contains patch 5E03.PAT.\n"
- stop
- else
- print " Could not find pattern indicating that $TARGET\n"
- print " needs this patch. Make sure you are using this\n"
- print " patch with NetWare Lite CLIENT.EXE, version 1.0.\n"
- stop
- endif
-