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

  • Home
  • SEARCH
  • 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 6160863
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:23:43+00:00 2026-05-23T21:23:43+00:00

The C# Process class allows you to run a command-line executable in Windows. The

  • 0

The C# Process class allows you to run a command-line executable in Windows. The Process.StartInfo class holds information about the command line job you want to run, including its path and filename.

My problem is that Process.Start() will throw an exception if the file does not exist. To try and avoid the exception, I coded a check to see if the file existed, but this did not work properly in all instances because a name might not exist as a file with that exact name, but might have an executable counterpart. For example, “C:\SoAndSo” might not exist as a file, but “C:\SoAndSo*.exe*” does, and would have been found successfully when starting the Process command.

I have hacked my checks to try the name given to me, and the name + “.exe” and “.bat”, but this feels cludgy, and perhaps I am missing other executable extensions.

So: is there a command to ask the question: ‘Do you have an executable version of the filename starting ‘SoAndSo’?

  • 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-23T21:23:43+00:00Added an answer on May 23, 2026 at 9:23 pm

    id had a similar requirment.. & i solved it using the environment variable %PATHEXT%.

    reference can be found here,
    say I’m trying to find a program called abcd then the app would look for

    *abc*. with all extension combo available ion the %PATHEXT% variable..

    I’d say this is a crude implementation.. but it worked for me.. I;m quite sure there is a better way to do this.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm in the process of creating a class that stores metadata about a particular
A Windows process created from an exe file has access to the command string
I have a command line Ruby app I'm developing and I want to allow
I'm using Java's Transformer class to process an XML Document object. This is the
My C# class must be able to process a high volume of events received
If I start a process via Java's ProcessBuilder class, I have full access to
What happens when I have the following situation: class A: holds on to dynamically
I have a console application that allows the users to specify variables to process.
I often have a class where I want to allow a functionality to be
is there a library/class/code-snippet/etc. that allows me to directly receive mail in php? So

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.