does it work when you run "iexplore localhost:8000" in command line? is path to iexplore in your windows path?
module main; import std.process,std.stdio; void main() {spawnProcess("C:\\Program Files (x86)\\Internet Explorer\\iexplore");
} it can work.but the args is not easy to input.