@ECHO OFF REM -- Startup file for DNA-VIEW. REM -- Invoke as DNAVIEW or DNAVIEW PLOT ("PLOT" unlikely under WinNT & above) REM -- REM -- Logged directory must be DNAVIEW -- or whereever DNAVIEW.WS resides REM -- (e.g. the directory under DNAVIEW\APLII where the APL REM -- executables such as APLII.EXE are) rem Load the TSR GSS*CGI configuration (for the DNAVIEW Plot command) if .%1 == .PLOT GSS\DRIVERS /Q rem Load the transient TSR GSS*CGI drivers (per %CGIPATH%\Cgi.cfg) if .%1 == .PLOT SET CGIPATH=. if .%1 == .PLOT GSS\DRIVERS /Q rem Start APL and the Paradox engine; run DNAVIEW SET APLCONFIG=APLII\CONFIG.APL rem To run DNA-VIEW more cooperatively with other windows processes: if NOT .%1 == .PLOT start "DNAVIEW" /belownormal APLII\APLPDX APLII\APLII w=DNAVIEW rem but if PLOT that's no good as it starts a separate window if .%1 == .PLOT APLII\APLPDX APLII\APLII w=DNAVIEW rem and after DNA-VIEW is running, lower priority from the Task Manager rem Remove the transient TSR GSS*CGI configuration from memory if .%1 == .PLOT GSS\DRIVERS /A