Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Process.Start() parameter with space char problem

Process.Start() parameter with space char problem

Scheduled Pinned Locked Moved C#
questionhelp
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    half life
    wrote on last edited by
    #1

    Hi, here is code line Process.Start(@"C:\test.exe", @"C:\Temp Dir\sequence.seq"); the thing is the second string, because it has space in the directory name the test.exe failes to open the file i've changed the location to : C:\sequence.seq and it works fine so it's not the file problem how can i handle the sapce in the string?? thanks :) :)

    Have Fun Never forget it

    L 1 Reply Last reply
    0
    • H half life

      Hi, here is code line Process.Start(@"C:\test.exe", @"C:\Temp Dir\sequence.seq"); the thing is the second string, because it has space in the directory name the test.exe failes to open the file i've changed the location to : C:\sequence.seq and it works fine so it's not the file problem how can i handle the sapce in the string?? thanks :) :)

      Have Fun Never forget it

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Wrap it in quotes;

      Process.Start(@"C:\test.exe", "\"C:\\Temp Dir\\sequence.seq\"");

      Enjoy :)

      I are troll :)

      H 1 Reply Last reply
      0
      • L Lost User

        Wrap it in quotes;

        Process.Start(@"C:\test.exe", "\"C:\\Temp Dir\\sequence.seq\"");

        Enjoy :)

        I are troll :)

        H Offline
        H Offline
        half life
        wrote on last edited by
        #3

        Thanks alot :) :) :)

        Have Fun Never forget it

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups