• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help to create script for IPCONFIG for WINXP/Win2000

pecel

Golden Member
Hi All,

I need help to create script or exe file so with only 1 click the OS will release the IP or refresh the IP.

Thank you
 
For a shortcut, set your targets as:
cmd.exe /c /q "ipconfig /release"
cmd.exe /c /q "ipconfig /renew"

Set the shortcut Window to run minimized to keep the DOS box from flickering up.

You can also do it by just entering the part in the quotes, but I find running it through a cmd shell runs a bit faster.
 
Back
Top