Results 1 to 4 of 4

Thread: start

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    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

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    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 !!

  3. #3
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678
    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
  •  



Click Here to Expand Forum to Full Width