Turns out it was a error in the bat file....
This as an option dose not work
This as an option DOSE work.. simply make sure the directory path has no trailing /
Annoyingly, if you load a single dir, then the trailing / is not a problem : (Now I have it working.... it is about trying to get the submenu system working....
Basically, I guess I need to test to see if submenu exists or not, and if it dose, add to it, and if it dose not create it... Is that possible?
This as an option dose not work
Code:
-file "path1/dir1/" "path2/dir2/"
This as an option DOSE work.. simply make sure the directory path has no trailing /
Code:
-file "path1/dir1" "path2/dir2"
Annoyingly, if you load a single dir, then the trailing / is not a problem : (
Code:
-file "path1/dir1/"
Basically, I guess I need to test to see if submenu exists or not, and if it dose, add to it, and if it dose not create it... Is that possible?
Statistics: Posted by aJynks — Wed Feb 19, 2025 7:19 pm