This command works fine. Dimitry
Christian Foltin (GMX) schrieb: > Hi Dimitry, > > sorry, I don't have Win2K at hand (finally I managed to upgrade to XP at > work), so I would like you > to try the following line on the command prompt: > rundll32 shell32.dll,ShellExec_RunDLL > file:/C:/test%20image%20directory/EXAMPLE.JPG > > I've found this at > > > http://rsb.info.nih.gov/ij/developer/source/ij/plugin/BrowserLauncher.java.html > > > > String cmd = "rundll32 url.dll,FileProtocolHandler " + url; > if (System.getProperty("os.name").startsWith("Windows 2000")) > cmd = "rundll32 shell32.dll,ShellExec_RunDLL " + url; > Process process = Runtime.getRuntime().exec(cmd); > > > Regards, Chris > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Freemind-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freemind-developer ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freemind-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freemind-developer
