Thursday, March 28, 2024 4:49:17 PM

Application sees wrong Path when accessing files.

11 years ago
#594 Quote
Please provide us with the full path of your application and its file name and we'll provide you with the proper syntax to use in the "Target" and "Argumants" field of the Circle Dock Item settings screen. Note that you should not need a batch file.
0
11 years ago
#595 Quote
I assumed that, but I could not get it to work in CircleDock so I was just trying to verify the syntax by using a bat file to eliminate any problems with CircleDock.

I also verified that the app will launch from a bat file directly (without Process Launcher).

The program is C:\Program Files\emsCharts Mobile V3\emsChartsMobile.exe

The Task Manager shows the name of the process as emsChartsMobile

This is what I entered:

TARGET:
c:\Program Files\Inteset\Secure Lockdown\ProcessLauncher.exe


ARGUMENTS:
emsChartsMobile "C:\Program Files\emsCharts Mobile V3\emsChartsMobile.exe" "" "C:\Program Files\emsCharts Mobile V3\"
0
11 years ago
#596 Quote
Your Target and Argument entries look correct except there should not be a "\" at the end of the "Working Directory" parameter. So the Arguments should look like this:

ARGUMENTS:
emsChartsMobile "C:\Program Files\emsCharts Mobile V3\emsChartsMobile.exe" "" "C:\Program Files\emsCharts Mobile V3"
0
11 years ago
#606 Quote
This solved the problem.
0