Groups | Blog | Home
all groups > vj# > june 2006 >

vj# : system.diag problem


Hareth
6/24/2006 8:10:49 PM

How do i launch a network folder

Process.Start ("\\Net\Folder");

Lars-Inge Tønnessen (VJ# MVP)
7/4/2006 7:37:47 PM
Please try this:

System.Diagnostics.Process.Start("explorer.exe", "c:\\Data\\");

Please try to start the file explorer (first parameter) with the path as an
argument (second argument).


Regards,
Lars-Inge Tønnessen
VJ# MVP

Al Biheiri
7/15/2006 10:20:07 AM
eitherway it wont work....

\\network\folder

convert this for me someone...thnks


"Lars-Inge T?nnessen (VJ# MVP)" <http://emailme.larsinge.com> wrote in
message news:e1cTSC5nGHA.1248@TK2MSFTNGP05.phx.gbl...
[quoted text, click to view]
Lars-Inge Tønnessen (VJ# MVP)
7/31/2006 5:46:15 PM
This works on my network folder.


System.Diagnostics.Process.Start("explorer.exe", \\\\atleten\\Share);


Please remeber to use double "\\" for "\" when programming in "Java".


If this does not work for you, please make sure you can connect using the
"start" + "run" + "\\server\folder"


Best Regards,
Lars-Inge Tønnessen
Microsoft VJ# MVP

AddThis Social Bookmark Button