I have a program which requires a dynamic commandline parameter.
The Windows scheduler calls this app at some point and terminates it when done.
I tried to set it to call a shortcut file (.lnk) but it reads the lnk file and uses the settings from it.
It should execute the lnk and not explorer it.
It's not my goal to use an intermediate application which terminates the actual application when done (the target app isn't written by me)
Any idea?
The Windows scheduler calls this app at some point and terminates it when done.
I tried to set it to call a shortcut file (.lnk) but it reads the lnk file and uses the settings from it.
It should execute the lnk and not explorer it.
It's not my goal to use an intermediate application which terminates the actual application when done (the target app isn't written by me)
Any idea?
Comment