Be called by Joe

If you want your module-program to be launched under Joe application, it MUST :
  1. have the *.PRG filename extension
  2. be in the directory declared in the options of Joe
  3. have a text file besides the *.PRG file. This text file has to have the same filename of the module and to have the *.JXM extension. The text must contain:
    • in the first line: a text (30 characters) which will be integrated in the modules launching pop-up.
    • in the second line: a number (WORD, INT). Only the first bit is used now, but the other bits may be used in the future with next versions of Joe.
      Bit 0 at 1: ability to be called in the pop-up.
      if at 0: the module doesn't appear in the pop-up.