home *** CD-ROM | disk | FTP | other *** search
/ Adephia Powerlink / AdephiaPowerlink-030102.iso / pc / WinCabs / 98se / NET7.CAB / _nwnds.bat next >
Encoding:
DOS Batch File  |  1999-04-23  |  804 b   |  24 lines

  1. copy %1\netware.nw4 %1\netware.drv /y
  2. copy %1\nwnp32.nw4 %1\nwnp32.dll /y
  3. copy %1\ndspp.nw4 %1\ndspp.dll /y
  4. copy %1\nwlsproc.nw4 %1\nwlsproc.exe /y
  5. copy %1\nwapi32.nw4 %1\nwapi32.dll /y
  6. del %1\netware.0*
  7. del %1\nwnp32.0*
  8. del %1\netware.tmp
  9. del %1\nwlsproc.0*
  10. del %1\nwapi32.0*
  11. copy %1\netware.nw4 %1\netware.001 /y
  12. copy %1\ndspp.nw4 %1\ndspp.001 /y
  13. copy %1\nwlsproc.nw4 %1\nwlsproc.001 /y
  14. copy %1\nwapi32.nw4 %1\nwapi32.001 /y
  15. copy %1\netware.nw4 %1\netware.tmp /y
  16. copy %1\nwnp32.nw4 %1\nwnp32.001 /y
  17. echo REGEDIT4 >%1\nds###
  18. echo. >>%1\nds###
  19. echo [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce]>>%1\nds###
  20. echo "NdsCleanup"="RunDLL setupx.dll,InstallHinfSection RemoveNwNdsBat 0 ndscli.inf">>%1\nds###
  21. regedit %1\nds###
  22. del %1\nds###
  23. echo.>%1\_nw_nds2.bat
  24.