Detailing The QuickQ Batch Files
This section details several batch files that are crucial to QuickQ operation.
The contents of the CONFIG.SYS file are shown in the following list.
DEVICE=C:\QEMM\DOSDATA.SYS
DEVICE=C:\QEMM386.SYS FRAME=NONE RAM NOEMS
DEVICE=C:\QEMM\DOS-UP.SYS @C:\QEMM\DOS-UP.DAT
DOS=HIGH
FILES=40
SHELL=C:\QEMM\LOADHI.COM /R:2 C:\DOS\COMMAND.COM C:\DOS\ /P
BUFFERS=40,0
BREAK=ON
The contents of the AUTOEXEC.BAT file with Close-Up software are shown in the following list.
@echo off
prompt $p$g
PATH C: \DOS;C:\;C:\quickq;C:\qemm;
loadhi c: \mouse\mouse
loadhi c:\closeup6\chostl comx combase=3e8 comirq=5 Noterm
cd\quickq
delay 120
IF ERRORLEVEL 1 GOTO EXIT
quickq
:EXIT
The contents of the AUTOEXEC.BAT file without Close-Up software are shown in the following list.
@echo off
prompt $p$g
PATH C: \DOS;C:\;C:\quickq;C:\qemm;
loadhi c: \mouse\mouse
REM loadhi c:\closeup6\chostl comx combase=3e8 comirq=5 Noterm
cd\quickq
delay 120
IF ERRORLEVEL 1 GOTO EXIT
quickq
:EXIT
IMI66–109, Section Five
Setting Up The Personal Computer
5 – 12 Setting Up The Personal Computer