@echo off
QExpUnit > nul
If ErrorLevel 255 goto error
If ErrorLevel 2 goto exp2
If ErrorLevel 1 goto exp1
If ErrorLevel goto exp
:exp
rem
rem Start the programs here which are to be run when no Dock I,
rem or the port replicator without PCMCIA is connected to the computer
rem
goto end
:exp1
rem
rem Start the programs here which are to be run when the port replicator
rem with PCMCIA slots is connected to the computer
rem
goto end
:exp2
rem
rem Start the programs here which are to be run when the Dock I
rem is connected to the computer
rem
goto end
:error
echo This version of QExpUnit will not run on this computer
:end
C-2 IBM ThinkPad Dock I User’s Guide
Title: C74AMST CreationDate: 06/23/93 17:09:07