import java.util.*;
import java.io.*;
import java.text.*;
public class Test{
public void runExplorer()throws Exception{
Runtime temp=Runtime.getRuntime();
temp.exec("c:\\progra~1\\I
}
public static void main(String[] args)throws Exception{
Test a=new Test();
a.runExplorer();
}
}
Try this... hope this will help you.
Main Topics
Browse All Topics





by: yongsingPosted on 2001-09-24 at 22:52:15ID: 6507974
See this: avaworld/j avatips/jw - javatip66 .html
http://www.javaworld.com/j