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. Is there a spawnlp function in c#?

Is there a spawnlp function in c#?

Scheduled Pinned Locked Moved C#
csharpquestion
4 Posts 3 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.
  • A Offline
    A Offline
    adonisv
    wrote on last edited by
    #1

    Or something similar? :^)

    D 1 Reply Last reply
    0
    • A adonisv

      Or something similar? :^)

      D Offline
      D Offline
      DavidNohejl
      wrote on last edited by
      #2

      Well you could say what spawnlp does... it would save me from googling. Take a look at Process Class[^] David

      A H 2 Replies Last reply
      0
      • D DavidNohejl

        Well you could say what spawnlp does... it would save me from googling. Take a look at Process Class[^] David

        A Offline
        A Offline
        adonisv
        wrote on last edited by
        #3

        It's gone from C++ .NET apparently... _spawnlp, _wspawnlp Create and execute a new process. int _spawnlp( int mode, const char *cmdname, const char *arg0, const char *arg1, ... const char *argn, NULL );

        1 Reply Last reply
        0
        • D DavidNohejl

          Well you could say what spawnlp does... it would save me from googling. Take a look at Process Class[^] David

          H Offline
          H Offline
          havyck
          wrote on last edited by
          #4

          I found it thanks. using System; using System.Diagnostics; using System.ComponentModel; It's Process.Start("someprogram.exe"); :-D

          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