我有一个使用快捷方式运行的exe进程.
在快捷方式的“开始”属性中,我将其设置为所有应用程序资源所在的文件夹.该过程仍然在exe的位置查找文件,而不是在快捷方式中写入的位置.
我也可以在Process Explorer中看到它 – “当前目录”是exe的位置.
有没有办法改变它?
(如果我不够清楚 –
我想将我的应用程序放在一个*网络位置,而不是放在每个用户文件夹中 – 但我想让它运行 – 在每个用户文件夹上方通过在每个用户文件夹中放置一个快捷方式.)
顺便说一句:为什么我不用代码编写来解决它?因为我的exe中有第三方罐子(我使用exe4j来制作exe)
解决方法:
从exe4-j documentation..开始,似乎可以在exe4j项目中配置它.
Working directory
For some applications (especially GUI applications) you might want to change the working directory
to a specific directory relative to the executable, for example to read config files that are in a fixed
location. To do so, please select the Change working directory to: checkbox and enter a
directory relative to the executable in the adjacent text field. To change the current directory to the
same directory where the executable is located, please enter a single dot.