| [reply] |
The DLL to load is not known at script start.
| [reply] |
You are getting sarcastic answers because you are asking the wrong questions without providing enough informations even after multiple attempts.
Please state your use case clearly, such that we can help you.
See also How do I post a question effectively?
PS: welcome in the.monastery! =)
| [reply] |
Great, then you don't need a begin block :)
| [reply] |
windows doesn't have LD_LIBRARY_PATH | [reply] |
I know. I use PATH instead on Windows and it works.
The only problem is this STDIN being multiplexed.
edit: actually it's not even for the PATH environment variable that I need the exec, it's for setting an environment variable that can be seen by a dynamic library called by my script.
| [reply] |
I know. I use PATH instead on Windows and it works. The only problem is this STDIN being multiplexed.
Windows isn't linux, PATH is not LD_LIBRARY_PATH , you don't need exec on windows
| [reply] |