home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / l11g01.exe / WINPOPUP.PAT < prev   
Text File  |  1994-02-11  |  1KB  |  34 lines

  1. TARGET=C:\NWLITE\SERVER.EXE
  2. LIST
  3.     print "WINPOPUP.PAT - NetWare Lite v1.1 German Server Windows LPT printer status fix patch.\n"
  4. VERIFY
  5.     va = search ( E9 7C 23 90 90 90 90 80 3E 1D
  6.                   16 03 checksum 4BC )
  7.     vb = search ( 2E 80 3E 04 00 01 74 0A 80 3E 
  8.                   1D 16 02 74 06 E9 76 DC E9 8B 
  9.                   DC E9 8E DC checksum 9BA )
  10.     if ( (va=3401) AND (vb=5780) ) then
  11.         print "  $TARGET already contains patch WINPOPUP.PAT.\n"
  12.         stop
  13.     else
  14.         print "  $TARGET does not contain patch WINPOPUP.PAT.\n"
  15.     endif
  16. APPLY
  17.     print "  Applying patch WINPOPUP.PAT to $TARGET...\n"
  18.     vc = search ( 80 3E 1D 16 02 74 1E 80 3E 1D
  19.                   16 03 checksum 279 )
  20.     if vc=3401 then
  21.         patch 3401 ( E9 7C 23 90 90 90 90 checksum 3C8 )
  22.         patch 5780 ( 2E 80 3E 04 00 01 74 0A 80 3E
  23.                      1D 16 02 74 06 E9 76 DC E9 8B
  24.                      DC E9 8E DC checksum 9BA )
  25.         write
  26.         print "  $TARGET now contains patch WINPOPUP.PAT.\n"
  27.         stop
  28.     else
  29.         print "  Could not find pattern indicating that $TARGET\n"
  30.         print "  needs this patch.  Make sure you are using this\n"
  31.         print "  patch with NetWare Lite German SERVER.EXE, version 1.1 \n"
  32.         stop
  33.     endif
  34.