RE: xp pro network

From: malaynagl (malaynagl_at_discussions.microsoft.com)
Date: 06/27/04


Date: Sun, 27 Jun 2004 05:30:02 -0700

I had the same problem when I upgraded an XP home server to XP Pro yesterday. The client computers are using Win98.

go to Start, then Run. in the box, type "cmd" (without quotes).
This will get you to a DOS prompt. Then type "ipconfig" to find your ip address. "ipconfig /release" will release it and to get a new one, type "ipconfig /renew"
You can also use this option to run the commands in the Run box:
      cmd /k ipconfig
      cmd /k ipconfig /release
      cmd /k ipconfig /renew
The /k links the command to cmd, so you can use the drop down box instead of typing it all again, later.

Good Luck!



Relevant Pages

  • Re: Bigloo vs. Python, features (was Re: Typed Python?
    ... in the C++ world there is "Putting Metaclasses ... the MOP is not the same as AOP: the MOP is a general framework which ... the "cmd" module in the standard library. ... I had only few commands, it was useful for me to have one-letter aliases: ...
    (comp.lang.python)
  • [PATCH 4/4] scsi: megaraid_sas - update version and Changelog
    ... +It looks like megaraid_sas at least needs this to throttle its commands ... When MegaSAS driver receives reset call from OS, ... +routine for max 3 minutes for all pending command completion. ... the driver just waits for cmd completion by FW. ...
    (Linux-Kernel)
  • [PATCH 4/4] scsi: megaraid_sas - update version and Changelog
    ... +It looks like megaraid_sas at least needs this to throttle its commands ... When MegaSAS driver receives reset call from OS, ... +routine for max 3 minutes for all pending command completion. ... the driver just waits for cmd completion by FW. ...
    (Linux-Kernel)
  • Re: Script to extract documentation from CMD.EXE & COMMAND.COM
    ... A wrapper for CMD help of Windows XP/2000. ... Temporaries files are used in the same directory ... list the internal commands of these two executables and perhaps also list ...
    (microsoft.public.scripting.vbscript)
  • Re: Network Copy Batch file
    ... Instead of using a .bat file use a .cmd file. ... To test the file (.bat or ..cmd) open a cmd prompt and run the file from there. ... I've tried messing around with the commands in CMD, ... You can access your network drives as if they were local drives, ...
    (microsoft.public.windowsxp.general)