greenfreak
New Member
It's been a while since I've done a batch file.
I want it to release/renew the IP address of the computer but I don't want my user to see it running. I thought the command to hide the window was @echo off but each time I do it, I see the window. This is what the file looks like:
@echo off
ipconfig /release
ipconfig /renew
I mean, this is supposed to be simple, right??
If I can't get it to run without them seeing it, I'd at least like to run minimized so it just shows on the taskbar.
Any thoughts?
I want it to release/renew the IP address of the computer but I don't want my user to see it running. I thought the command to hide the window was @echo off but each time I do it, I see the window. This is what the file looks like:
@echo off
ipconfig /release
ipconfig /renew
I mean, this is supposed to be simple, right??
Any thoughts?