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?