In an application folder, there are n number of files. The application exe name "ClearMongoDb.exe" take some parameter like dbname.
ex: clearMongoDb.exe -db "SynchoMeshDB"
I am stuck with below :
- I want to execute the exe from a batch file with same parameters
- the batch file will be placed in the same application folder.
- user can copy the application folder to any location
If user double clicks on the .bat file the exe should start working. User should not be required to make any changes in .bat file