||*CID:||+dateR~:  2007/11/08                
######################################################################
[English]    v1.24

##This editor is fit for programmers working on both main-frame and PC.
  Its operation is based on mainframe SPF editor, and like as other
  editor on PC convenient short-cut key operation is hybrid.
  Basic filer operation is also provided such as Delete/Copy/Move/Print.
  It can also manipulate binary file.
  Powerfull edit function is provided to analyze such as logfile by Excel.
  Each version offer common operation on the differrent OS, DOS,OS/2,
  Using FTP,Win/Linux/AIX version support remote file access(edit,delete etc).
  Using s3270+IND$FILE+TSO,Win/Linux version support to access Tunkey-MVS file.
  Win/Linux version support open by application such as  excel,explorer
  /OpenOffice,Nortilus using filename extension association.

    LICENSE: use GNU GPL

                            By Mizumaki-machi (sakachin2@yahoo.co.jp)

                            http://hp.vector.co.jp/authors/VA010562
                            http://www.geocities.jp/sakachin2/index.htm

  (note). DOS version is limitted by 640kb.
            Pgm is too fat now,DOS version may not work by 640k memory
            limitation.Please keep old version.
            DOS version withdrawn at v1.13.  Use GCC if available.
            DOS version is contained in GCC version.
          GCC version is DOS Extender version(no 640k limit).
            It is compiled by DJGPP/GCC v2 original downloaded from
            nifty FEXT forum.It is required DPMI server.
            Windows and OS/2 is one of DPMI server. So this works
            on the DOS box. 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)
          WIN version are GUI and Win32 CONSOLE application version.
            Console version works on command prompt and mouse is not
            supported.
          There are 2 executable for Linux,GUI version(gxe) and
            TerminalEmulator version(xe), and support floppy disk.
            Linux version is tested on RedHat v9/FedoraCore4 only.
          AIX version works through TeraTerm(*), telnet from linux
            and on aixterm and dtterm.
            Someone use puTTY(terminal emulator on Windows),I heard.
            Initial setup required,see xeaixe.doc.
            AIX version is up to v1.18.

            (*)TerTerm is freeware by T.Teranishi.

     Test is done mainly for Windows version and AIX version.
     Other version is just cheked to work except the function native to
     the version.

##Following files are archived in to each version.
      See also xelnxj.doc/xelnxe.doc for Linux version(xelnx___.tgz),
      and xewxej.doc/xewxee.doc for gxe mouse operation.
      See xeaixj.doc/xeaixe.doc for AIX version(xeaix___.tgz).

        gnugpl.doc   Copy of GNU GPL.
        xereadj.me   README for japanese.
        xereade.me   this file.
        xej.doc      japanese manual.
        xee.doc      english manual.
 v1.24  xe.exe       executable binary file
 v1.24  wxe.exe      Windows GUI version.
 v1.24  gxe.exe      Linux Xwindows version.
        xehelp\      Help file directory for Windows/Linux version.
                     Put o workdir or specify the place by env-var "xehelp"
                     or by /hd commandline parameter.
                     See xelnxe.doc for additional place for linux version.
        xewxej.doc   doc for Windows GUI version.(Japanese)
        xewxee.doc   doc for Windows GUI version.
        xehosts      sample hosts file for remote file access.
        xe3270.cfg   (Win/Linux)TurnkeyMVS access config file.
        xe.bat       sample batch file to select DOS,GCC or WIN
                     version xe.exe checking OS version.
 v1.0   XE4S001Z's   Followings are Win/Linux version only.
                     XE4S001Z is optionaly used to display SPF information
                     on the dir-list when access Turnkey-MVS PDS.
                     To install,assemble .asm file or submit .jcl to install
                     LoadModule from .aws file.
                     See also xee.doc (0)-(D)-Turnkey MVS support.
        XE4S001Z.asm HOST ASSEMBLER source
        XE4S001Z.aws AWS file created from LoadModule by awsutil.
        XE4S001Z.jcl submit jcl to install LoadModule XE4S001Z from .aws file.

 v9.10  xprint.exe   text file print program
        xprint.sh    wrapper shell to use xprint on Linux.
        gxp          (Linux)xprint using GnomePrint
        xpj.doc      xprint japanese document file
        xpe.doc      xprint english document file

 v1.0   xads.exe     For Windows Only,Access to NTFS ADS(Alternative Data Stream).
 v1.5   xbc.exe      Basic calculator.
 v1.7   xcv.exe      Code conversion.
                     EUC,SJIS(Japanese:Shift JIS),Unicode,UTF-8,EBCDIC.
 v1.0   xcvsjisc.exe Convert SJIS in xe's source file to Octal-notation.
 v2.10  xdc.exe      directory compare tool
 v1.7   xdd.exe      directory delete tool
 v1.7   xdig.exe     directory walk utility
                     tool apply command to all sub-directory/files.
        xdig.doc     doc for xdig
 v1.5   xds.exe      Directory size display tool
 v1.14  xfc.exe      File compare tool
 v1.5   xff.exe      file search by size and timestamp.
 v1.10  xfg.exe      Binary file string search & Recursive grep.
 v1.1   xfmt.exe     FileLineFormatter. "TC FMT" for huge file.
 v2.2   xfs.exe      Split large file,it enable backup large file to
                     diskets.
 v1.1   xkp.exe      (Windows) display process-id and kill process.
 v1.4   xlow.exe     Rename UpperCase file name to LowerCase.
 v1.0   xmj.exe      2 file matching.
 v1.2   xpe.exe      Display comment of errno(libc error code).
 v1.4   xts.exe      Set/Display File timestamp
 v1.08  xver.exe     Set ERRORLEVEL from OS version

How to start.

  (See xelnxe.doc for Linux version,xeaixe.doc for AIX version).

  . Melt lzh file on a work directory(lha x xe___)
    Default word dir is c:\xe_wd.
  . Move .exe files to any directory specified on the PATH environment
    variable,or set PATH to the work directory.
  . Set name of the work directory to environment variable.
      Set as following in config.sys(OS/2)/autoexec.bat(DOS or Windows)
      or command file(.cmd/.bat) you created to start xe.
      ex.  xe=d:\xe010
  . Enter xe [file-name] to start this editor.
      "xe /?" help you about command line parameter.
  . XE___.DMP is written to work directory when internal err detected
    (DOS version) or when xe is ABENDed(OS/2,WIN,DJGPP version).
    I'll be very happy if you could send the file by mail when dumped.

## How to operate,How to customize parameter file.
  . See xee.doc


1