   \ZORAN\VM\AUTOEXEC.TXT                                                                                                    : AUTOEXEC.TXT: Fragment of \AUTOEXEC.BAT for VSPS
: Last edit 8/1/86 JJC
:
: Set DOS prompt to show the search path
PROMPT $p$g $a
:
: Set DOS search path so DOS can find `C' compiler
: and PLink86.  Assumes `C' compiler is on \MSC,
: FORTRAN compiler (if installed) is on \MSF, and
: PLINK86.EXE is on \UTILS.
: Edit this string into PATH command in \AUTOEXEC.BAT
PATH \UTILS;\ZORAN\VM;\MSC;\MSF;
:
: Set `INCLUDE' environment variable so Microsoft `C'
: can find header files for itself and the VSPS.
SET INCLUDE=\MSC\INC;\ZORAN\VM
:
: Set the `OBJ' environment variable so PLink86
: can find the file OVERLAY.LIB (assumed here to be
: on the \UTILS directory).  \ZORAN\VM\E.LNK tells
: where to find other library and object files.
: NOTE: NO SPACES BETWEEN `OBJ' and `='.
SET OBJ=\UTILS
:
: Install the DOS graphic print-screen facility.
: To be done after all PROMPT, PATH and SET commands.
: (GRAPHICS need not be installed on text-only systems)
: GRAPHICS.COM must be on the root directory or
: on the PATH.
GRAPHICS
