home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / euphoria / bin.doc < prev    next >
Text File  |  1994-03-10  |  1KB  |  25 lines

  1.    EUPHORIA\BIN
  2.  
  3.    This directory contains the Euphoria executable ex.exe, the DOS extender
  4.    dos4gw.exe, plus a number of utility programs written in Euphoria:
  5.  
  6.     ed.ex        - the Euphoria editor
  7.     eprint.ex    - prints Euphoria or other files in two-column condensed
  8.                mode. Highlights syntax of Euphoria files.
  9.     freq.ex         - builds a binary tree to count frequencies of words
  10.     grep.ex      - search for a string in a bunch of files
  11.     lines.ex     - count lines and characters in a bunch of files
  12.     retab.ex     - replaces blanks with tabs to shrink a file
  13.     shroud.ex    - source code shrouder (similar to making a .exe)
  14.     tinstall.bat - lets you temporarily install euphoria, if you don't
  15.                want to alter your autoexec.bat file
  16.     walkdir.ex   - recursively searches through a directory and its
  17.                subdirectories for information
  18.  
  19.    There are also small .bat files for some of these utilities, so you
  20.    don't have to type "ex ...".    e.g. just type "sb" to turn on the
  21.    screen blank program when you leave your machine.
  22.  
  23.    Many of these programs expect to be run from a command line interface.
  24.  
  25.