home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 July & August / PCWorld_2004-07-08_cd.bin / Software / vyzkuste / xp / pebuilder3032.exe / plugin / bartpe / mstcp.cmd < prev   
OS/2 REXX Batch file  |  2004-02-20  |  185b  |  11 lines

  1. @echo off
  2. regsvr32 /s netcfgx.dll
  3. bartpe -minint
  4. bartpe -v -c p -i ms_tcpip
  5. bartpe -v -c c -i ms_msclient
  6. net start tcpip
  7. net start dhcp
  8. net start nla
  9. net start lmhosts
  10. pause
  11.