For example, I have an menu named EXTRAS.mns. I write a LISP routine that contains the following codes, then put this routine in "Start Suite".- ...
- (if (not (menugroup "EXTRAS"))
- (progn
- (command ".menuload" "EXTRAS")
- (menucmd "P15=+EXTRAS.ALIN_ROUTINES")
- (alert "EXTRAS menu has been inserted into the end of the menu bar")
- )
- )
- ...
|