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 7535545
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T06:19:47+00:00 2026-05-30T06:19:47+00:00

I have a C++ project for which I have generated an .exe. The program

  • 0

I have a C++ project for which I have generated an .exe.

The program has some code as following:

system(TestApplication.exe input.txt output.txt)
system(TestApplication1.exe input1.txt output1.txt)
system(TestApplication2.exe input2.txt output2.txt)

I actually tried keeping the .exe’s inside another folder in the project directory i.e. (EXEs) and files in another one (Data).

It actually cannot find the files if the path for exe is changed. I think there’s a problem in changing the path in system as since it tells that EXEs is not a recognized command:

system("EXEs/TestApplication1.exe .... )

How is the path changed for the system command in C++?

  • 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-30T06:19:49+00:00Added an answer on May 30, 2026 at 6:19 am

    Assume your Project directory is set as

    set PROJECT_DIR = "C:\myproject\rundir"
    

    and your executable is inside the project directory and it is inside the folder

    C:\myproject\myexdir\
    

    Then what you can do is always use the PROJECT_DIR to locate your executable like

    char myexe_dir[256];
    sprintf(myexe_dir,"%s\\..\\myexdir\\a.exe arg1 arg2",getenv("PROJECT_DIR"));
    system(myexe_dir);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I developed a C++ program which utilises an .exe file through the following code:
I have a project which it's domain contain following classes: Courier Customer Food Order
I have a project which has a set of binary dependencies (assembly dlls for
I have a project which has shared functionality between three other projects and have
We have some code that was generated, mostly likely by svcutil from an XML
I have a standard sql server 2008 project which has been created using vs2010.
I have a program, which uses quickreports 5 to generate some reports. The program
I'm using agsXMPP in my .NET project (WinForms) I have the following Code block,
I have a project which has multiple Resource (resx) files along with the accompanying
I have a project which is source controlled using Subversion and VisualSVN. Since the

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.