********************
  (B) Setup        *
********************
#ifdef UNX
  .Un-tar xe___.tgz(___:versionID). for ex. "tar -zxvf xe107.tgz".
  .Move bin file to the directory on PATH.
  .Start xe by "xe [filename]".
   Command line parm is displayed by "xe --h"(parm specific to Linux
   and AIX) or "xe -h"(common parm).
  .Work-directory xe_wdnnnnn(nnnnn:UserID) is created in ~/ (HOME,if
   HOME is / (ROOT), /tmp is used).
   You can specify work directory name by env-var(export xe=xxxx) or
   -w cmd line parameter.You would be better to include '%' in the name.
   For ex,by specifying "-w /tmp/XE/wd%",'%' is replaced by userid and
   the dorectory is created as xe work directory.
   If you use other than default work dir,it should be mkdir-ed.
   And save-directory for undo line cmd on dir-list is created also in
   HOME as deafult. this may be changed by env-var "xe_undel".
   xe_undel_nnnn is created in the save dir.
#else
   .Enter command on command prompt screen.
   .Make directory for XE work usage. ex) md c:\xe.
    (Default is c:\xe_wd which is created internaly at first start time.)
   .Melt .LZH file in the work directory.  ex) lha x xewin
    Parameter file(.ini) should be in this directory.
   .If use other than default,set environment variable of the directory.
    ex) set xe=c:\xe
    It is better to use that is set in autoexec.bat(config.sys for OS/2),
    or .bat(.cmd for OS/2) file to startup xe.
   .set into PATH the name of the work directory,or move xe.exe to the
    directory PATH is already set.
#ifdef WXE
   .put wxe.hlp(online help file) in the same dir with wxe.exe.
#endif
  #ifdef GCC
  (note). DOS version is limitted by 640kb.
          Use GCC version if you have DPMI server.
          GCC version is DOS Extender version(no 640k limit).
          QEMM etc is one of DPMI server under DOS.
          CWSDPMI is for DOS prepared from Nifty FEXT LIB-13(original)
          #449 CSDPMI3B.ZIP,download and place it on PATH.
          (CWSDPMI is by C.W.Sandamann)
  #endif
#endif
#if defined(UNX) || defined(W32)
   .set up for rsh.
      Following setup,allow service and hostid/userid, is required at remote to use rsh.
      To allow rsh service drop comment id(#) of /etc/inetd.conf.
      Or,when xinetd is used,set disable=no in the file /etc/xinetd.d/rsh.
      To allow hostid/userid,regists local hostname and local userid in /etc/hosts.equiv OR
      $HOME/.rhosts($HOME is home dir of the login userid).
      For Windows,confirm local userid by Control-Panel-->UserAcount.
      Check syslog when permission is denied. On Linux,syslog is
      /var/log/messages(it is defined in /etc/syslog.conf)
      Prepare .rhosts when msg "pam_rhosts_auth:denied to ..." is written.
      File permission of .rhosts may have to be 600.

#endif

#if defined(LNX) || defined(W32)
   .set up Turnkey-MVS access.
      See (D)"Turnkey MVS support".
#endif

(Note)Each package contains command line tool.See xereade.me.
1