Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7499859
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T19:58:06+00:00 2026-05-29T19:58:06+00:00

Visual Studio 2010 C# Is it possible to run and close a program from

  • 0

Visual Studio 2010
C#

Is it possible to run and close a program from commandline? I need to do something like that:

myProgram.exe -start
-- do something --
myProgram.exe -stop

I know how to implement the first part (String[] args in main) but how can I close my running program?


Edit

myProgram.exe is handling some UDP communication and have to be executed while the stuff in — do something — is executed. Sorry for beeing imprecise.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T19:58:07+00:00Added an answer on May 29, 2026 at 7:58 pm

    I’m guessing you know how to inspect the command line arguments and find if stop has been specified? The following should do the job.

            var currentProcess = System.Diagnostics.Process.GetCurrentProcess();
            var matchingProcesses = System.Diagnostics.Process.GetProcesses().Where(x => x.Id != currentProcess.Id && x.ProcessName == currentProcess.ProcessName);
            foreach (var process in matchingProcesses) {
                process.Kill();
            }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Where is mstest.exe located? I can run it from the Visual Studio
Is it possible to make Visual Studio 2010's code completion window more like that
I'm using Visual Studio 2010 RC. Would it be possible that after doing my
Is it possible to use the new SSE registers from Visual Studio 2010 inline
Does anyone know whether it's possible to stop Visual Studio 2010 from rearranging its
Is it possible to connect Visual Studio 2010 Professional edition to TFS (project hosted
Does anyone know if it is possible to use Visual Studio 2010 RC with
Visual Studio 2010 RC -> Silverlight Application We have a library of images that
Do visual studio 2010 include already Sql Server instance, or I need to install
Possible Duplicate: After a computer crash my Visual Studio 2010 will not load an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.