• 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.

Batch file question

Thraxen

Diamond Member
Is there a way to perform an action based on IP in a batch file? For example, if a computer's IP is 192.168.0.X then do some action.
 
Yes it is possible, you are going to need to execute winipcfg or ipconfig and parse that to get the machine's ip. Then you can do an action based on that ip. I'm not sure why you would want to do that however.
 
Back
Top