#ifdef UNX
   = XPRint {in-file | * | ** | ***} [-tabon] [-xprintoption -...]

       Xprint_Command_LNX is required on ini file.
       XPRint command simply execute that command with specified opd.

#else
   = XPRint {in-file | * | ** | ***} [out-file(PRN)] [-tabon] [/xprintoption /...]

       XPRINT.EXE must be on PATH env.
       PATH may be set by SET cmd.
       See XPE.DOC for detail of XPRINT.EXE
 #ifdef WXE
   = WXP (same operand format as XPRint except /xprintoption)
 #endif
#endif

       On edit/browse screen,following special file is supported.
       *   :print currently opened.
       **  :print currently opened.excluded line is printed as you see.
            Hex mode displayed screen is also supported.
            Colum gauge is printed if displayed.
            To print virtical HEX format,use ** or *** parameter.
            For binary file ctl-char is printed as ".".
            Or use /Md xprint option when not ** case to replace
            ctl-char by ".".
       *** :print a current screen page.

       -tabon:screen print("XPR **/***") send alternative display
         char for tab or dbcs space when tab display mode is ON.
         if -tabon is not specified space is send to printer for
         tab and DBCS space alternative display char.

       .label range speification supported with * and **.
       (note) tab may not be printed and line is shrinked if printer
              dose not support tab display char when tab display mode is on
              by "Tab on" cmd. Use "Tab off" before xprint in that case.
       remote file is printed on local.

1