posted 13 years ago
Thanks,
I am using the command like this
Runtime.getRuntime().exec("start " + filename);
but I get the following error
cannot run program start:create ProcessError 2, cannot find the file specified
However, i have given the full pathname of the file in filename
Please help