Load script into memory
Posted: 20 Sep 2014 03:57
I have few custom user buttons to load favorite files and folders as menus (drop down menus), some contain many entries and they are not smooth/fast to load, I think because they rebuild the menu and menu icons every time they are clicked. Is there a way to load them once on startup and keep them into memory so they are faster to load? If so, an example would be much appreciated.
They are just basic menu scripts as follows...
Danke
Btw, thanks for the 5 days 50% discount
They are just basic menu scripts as follows...
Code: Select all
"Notepad++|<xypath>\..\Notepad++\notepad++.exe" open "<xypath>\..\Notepad++\notepad++.exe" "<curitem>"
"CintaNotes|<xypath>\..\CintaNotes\CintaNotes.exe" open "<xypath>\..\CintaNotes\CintaNotes.exe"
"AIMP|<xypath>\..\AIMP\AIMP3.exe" open "<xypath>\..\AIMP\AIMP3.exe"
...Btw, thanks for the 5 days 50% discount