Quote:
Originally Posted by Mr_Gee
I'm trying to make an application which does something based on an argument provided in a .lnk flie.
My problem is that the application is slow to load, probably because it has to read the "actions.ini" every time it starts.
Is there a way to talk to an already running program using .lnk files?
Thanks
|
How big is your "actions.ini"?
See my beta demo ini editor...
it loads a small (10 lines or so" ini file with the most important things....
You could create a smal ini.file containing the file names of the lnk, and have the app "read" them during executions, has needed...
This would problebly cause some files to be read several times, but should not cause a too big lagg time...