Docs
RunMacro Documentation
Learn RunMacro from basics to advanced.
Everything you need to start and master RunMacro — from basic commands to advanced automation workflows.

Auto-change IP via DCOM/mobile network in RunMacro
What it does
The DCOM / Change IP command controls a cellular or dialup network to change IP, connect, disconnect, or check the Internet. After changing IP it can verify with a ping/public IP and branch IF/ELSE.
When to use it
- Rotate IP between sessions to avoid IP limits.
- Check the Internet before continuing.
- Reconnect the network after a drop.
Configuration steps
- Add a Network › DCOM / Change IP command.
- Choose the network name and type (cellular/dialup).
- Choose the action: Change IP / Connect / Disconnect / Check Internet.
- (Optional) set retries, delay, and IF/ELSE labels. Save.
Every option explained
Real example
Example: change IP before continuing
- DCOM / Change IP, pick the cellular network, action Change IP.
- IF label =
new_ipfor the next steps. - ELSE =
retryto handle failure.
Tips & common mistakes
It uses Windows netsh/rasdial — you need a configured DCOM/mobile network device.
RunMacro