java 打开 ie notepad
String note = "notepad.exe "+filename;
String ie = "rundll32 "+"url.dll,FileProtocolHandler "+url;//"explorer.exe "+rul
Runtime.getRuntime().exec(ie);
String note = "notepad.exe "+filename;
String ie = "rundll32 "+"url.dll,FileProtocolHandler "+url;//"explorer.exe "+rul
Runtime.getRuntime().exec(ie);