It's the same thing. The mortscript does what you do. If you do it manually, I would recommend
WMLongLife.
To call WMLongLife from Mortscript on our VGA Diamond:
PHP Code:
Run("\Windows\WMLongLifeSwitch.exe")
WaitForActive("Band Switcher", 10)
...
# 2G
MouseClick("Band Switcher", 120, 40)
...
# WMLongLife controlled
MouseClick("Band Switcher", 120, 180)
...
# 3G Auto
MouseClick("Band Switcher", 120, 100)
(or do a DLL call if you want to call it from your code)