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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T02:49:36+00:00 2026-05-31T02:49:36+00:00

I have a batch file run.bat that requires many arguments for it to run.

  • 0

I have a batch file run.bat that requires many arguments for it to run. It is a part of an application named GeoMatch for which I have GeoMatch.exe present in the same folder as the .bat file.

In order to run the application, I need to run the batch file.

By using command prompt in Windows , I run the batch file as follows:

 C:\programs\test\GeoMatch_demo>GeoMatch -t template.jpg -1 10 -h 100 -s search1.
 jpg -m 0.7 -g 0.9

I get my desired output. However, when I try to run the same from my Java Application I am not getting the desired result.

My Java code:

   import java.io.*;
   import java.lang.*;

  public class BatchDemo
    { 
       public static void main(String args[]) throws IOException
      { 
        try{
         String cmd;

           try { 

         String[] command = { "cmd.exe", "/C", "Start", "C:\\programs\\test\\GeoMatch_demo\\run.bat","C:\\programs\test\\GeoMatch_demo\\Search1.jpg","C:\\programs\\test\\GeoMatch_demo\\template.jpg"};
           Runtime r = Runtime.getRuntime();
           Process p = r.exec(command);
           p.waitFor();

            } catch (Exception e) 
            {

            System.out.println("Execution error");} 
        }
      catch(Exception e)
       {
     e.printStackTrace();
      }
  }
}

Also to run this .bat file we require 3 DLL’s to be present in the same folder as the .bat file. I have added those 3 DLL’s in my Java Project but still I don’t get the desired result.

can someone help me ?

Thanks in advance

  • 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-31T02:49:37+00:00Added an answer on May 31, 2026 at 2:49 am

    when you execute the bat file from the java code you do not change the current directory in the cmd, meaning that you are not actually in C:\\programs\\test\\GeoMatch_demo\\. So the exe file can not be found. If you refer to the exe file with absolute path in the batch file, the problem should go away.

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

Sidebar

Related Questions

I have a batch file that I need to run within my NSIS installer.
I have two problems which are related. 1) I have a batch file that
I have a batch file with some commands that I need to run with
i have a batch(backup.bat)file.in that i have written a command to create a backup
Sometimes I have a batch file like this: Action.bat : Set PATH=%PATH%;C:\Some\Folder\I\Need foo.exe Bar1
I have a batch file that tries to run the program specified in its
In my Java application, I want to run a batch file that calls scons
I have a batch file that was created for an Oracle database that I'm
I have a batch file that installs WinVNC in about 1 second and starts
I have a batch file that is running inside CruiseControl and outputing either Pass

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.