Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Visual J# / July 2006

Tip: Looking for answers? Try searching our database.

system.diag problem

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Hareth - 25 Jun 2006 01:10 GMT
How do i launch a network folder

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

doesnt work
Lars-Inge Tønnessen (VJ# MVP) - 04 Jul 2006 18:37 GMT
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 - 15 Jul 2006 15:20 GMT
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...
> Please try this:
>
[quoted text clipped - 6 lines]
> Lars-Inge Tønnessen
> VJ# MVP
Lars-Inge Tønnessen (VJ# MVP) - 31 Jul 2006 16:46 GMT
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

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.