********************
  (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 directory 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 default. this may be changed by env-var "xe_undel".
   xe_undel_nnnn is created in the save dir.
  .SSH to Linux/390.
   You can use remote X-application by like as "ssh -X user@remote [gxe]
     user:userID in remote, remote:Hostname or IP address.
   It may be required to modify /etc/ssh/sshd_config(remote) and /etc/ssh/ssh_config(local)
   to pass environment valiable by AcceptEnv and SendEnv statement for LANG LC_*.
   And font instalation may be required when corrupted DBCS display like as
   "aptitude install unifont".
#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 .ZIP file in the work directory.  ex) unzip 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,register 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 to enable TSO access.
      See (D)"TSO support".
#endif

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