Jump to content

Jobo

Members
  • Posts

    4
  • Joined

  • Last visited

Jobo's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Thanks for the Help - It is working fine now
  2. That would be easy but it does not work as with a standard shortcut to an exe. This is the ini file contents called: [ENVIRONMENT] PATH=../dlls;%PATH% JARS=../jars CLASSPATH=.;../config;%JARS%/log4j.jar;%JARS%/jdom.jar;%JARS%/xerces.jar;%JARS%/pdmserver.jar [COMMAND] COMMAND=..\jre\bin\javaw.exe OPTION=-Xmx128m OPTION=-Djava.security.policy=resource/server.policy OPTION=-DServerURL=localhost:2091 OPTION=-DClientCheckerPort=9998 OPTION=-DThreadSleepTime=2000 OPTION=-DCheckSpacePeriod=60000 OPTION=com.agfa.imaging.pdm.server.PDMServer CAPTION=d-workflow Tx
  3. No I do not need to view the INI, the exe requires the setting in the ini to run. Rgds
  4. Hi I am new at this, I have a program which I need to run first before launching two subsequent ones. The problem is that the program uses an ini file to launch a specific version.(server or client) Information for the shortcut lnk as follows: Shortcut target Path: "C:\Program Files\AGFA\d-workflow\GPLauncher.exe" Working Directory: "C:\Program Files\AGFA\d-workflow\server" Arguments: launch_server.ini Link Path info: C:\Documents and Settings\All Users\Start Menu\Programs\Agfa\d-workflow\Server.Lnk I have tried the following but the program gives an error: Run('"C:\Program Files\AGFA\d-workflow\GPLauncher.exe" launch_server.ini') ERROR message given by app. "Cannot open launch_server.ini" I help on to either run the shortcut link or a run command that will get the exe to apply the ini file?
×
×
  • Create New...