Beyond that, you may want to get one or more of the packages for which support has been added since the release of emtexgi 2.0, if you don't already have them. These are:
Automatic update: Just grab all the files you need/want, as
explained above (including the updated emTeX files if you wish); put them
all in a temporary directory together, on the same drive as your emtex
installation; and, at the DOS prompt, run update.bat, supplying two
parameters: The first should be 31 or 95 (for
16- or 32-bit Windows respectively), and the second (actually it's only
required for 32-bit Windows) should be the full path to your windows
system directory for 32-bit DLLs (e.g. c:\windows\system or
c:\winnt351\system32). That's mostly all -- with one exception:
the update to the Type 1 Computer modern fonts is separate. You need to run
bluesky.bat (see below). Finally, you can
delete the left-over stuff in the temporary directory.
Manual update: You should unzip emtexgi.zip in a temporary directory (either selectively or in toto) and move various files into place as follows:
texinput directory. For example:
unzip babel.zip -d \
unzip amsfiles.zip -d \
unzip ispell.zip -d \
unzip graphics.zip -d \emtex\texinput
If you are installing the graphics package, then after unzipping the
file as above, put the file emtgrfx.ins from emtexgi.zip (or
from here) into
the directory \emtex\texinput\graphics.
If you are installing the Type 1 Computer Modern fonts from Bluesky Research, put cmps-pc.zip, bluesky.bat and config.bsr in the same temporary directory, on the same drive as your emTeX installation, and run bluesky.bat at the DOS prompt. If you want these fonts installed somewhere other than under \texfonts, specify an alternative path on the command line (they will go into a subdir "ps" of whatever directory you specify).
If you are doing a manual update from 16-bit emtexgi to the 32-bit version with support for long filenames, you will need to deal with dll95.zip, rsxwin31.zip and rsx501b.zip.
unzip -jo rsx521b.zip RSX/BIN/RSX.EXE -d \rsx\bin
unzip -jo rsx521b.zip RSX/BIN/RSXOPT.EXE -d \rsx\bin
unzip -jo rsxwin31.zip RSXWIN/BIN/RSXWIN.EXE -d \rsx\bin
unzip -jo rsxwin31.zip RSXWIN/BIN/RSXIO.DLL -d \rsx\bin
unzip -jo rsxwin31.zip RSXWIN/DOC/RSXWIN.HLP -d \rsx\bin
\rsx\bin\rsxopt -a %emtexdir%\bin\tex386.exe -RO
if not exist %emtexdir%\bin\bibtex32.exe goto nobibtex
\rsx\bin\rsxopt -a %emtexdir%\bin\bibtex32.exe -RO
:nobibtex
if not exist %emtexdir%\bin\dvips32.exe goto norsxopt
rem \rsx\bin\rsxopt -a %emtexdir%\bin\dvips32.exe -RO
:norsxopt
And that's all.