java 打开 ie notepad

String note = "notepad.exe "+filename;

String ie = "rundll32 "+"url.dll,FileProtocolHandler "+url;//"explorer.exe "+rul

Runtime.getRuntime().exec(ie);

posted on 2010-08-06 11:31  horus  阅读(237)  评论(0编辑  收藏  举报