|
-
Jun 22nd, 2004, 09:55 AM
#1
Thread Starter
Fanatic Member
start
Hi,
Can you see why I can not run this process please?
Thanks
string test = "\"\\\\W-I55ZB6B7\\c$\\Program Files\\WinZip\\wzunzip\" \\\\psiukapp6\\pershusp\\History\\01-01-2004\\01-01-2004-pershing.zip capt.capt.asc \\\\W-I55ZB6B7\\c$\\farshad\\downloads";
System.Diagnostics.Process.Start(test);
The error is: system can not find the file specified.
The file is indeed at the right location.
Thanks
-
Jun 22nd, 2004, 05:28 PM
#2
Sleep mode
Originally posted by fmardani
Hi,
Can you see why I can not run this process please?
Thanks
string test = "\"\\\\W-I55ZB6B7\\c$\\Program Files\\WinZip\\wzunzip\" \\\\psiukapp6\\pershusp\\History\\01-01-2004\\01-01-2004-pershing.zip capt.capt.asc \\\\W-I55ZB6B7\\c$\\farshad\\downloads";
System.Diagnostics.Process.Start(test);
The error is: system can not find the file specified.
The file is indeed at the right location.
Thanks
Is that file on a shared drive or what ?I've not seen like this path before !!
-
Jun 22nd, 2004, 08:51 PM
#3
PowerPoster
I don't see what you are starting here? It looks like you are trying to start a unzipping program passing in a zip file and a folder to unzip to. The only thing I see is you are trying to start a folder by the looks of it, and not an actual application. Try specifying the application in the path after wzunzip (or the file extension if wzunzip is the exe).
Pirate, it is a network path:
"\\W-I55ZB6B7\c$\Program Files\WinZip\wzunzip" \\psiukapp6\pershusp\History\01-01-2004\01-01-2004-pershing.zip capt.capt.asc \\W-I55ZB6B7\c$\farshad\downloads
-
Jun 23rd, 2004, 05:14 AM
#4
Thread Starter
Fanatic Member
hi,
I added .exe at the end of it as you suggested. But there is the same problem as before. :-(
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|