Installation manual
Configuring with CardAssistant
17
The
/E
parameter is a specialized switch that tells CardAssistant
to return the number of AT-1500 Plug and Play adapter cards
installed in the computer instead of executing the setup program.
This switch should be used on its own (i.e., without specifying
other parameters). One handy use is for a batch file that
determines which kind of card is installed and then loads the
right driver. For example, the following
AUTOEXEC.BAT
loads the
ODI driver for either an AT-1500 or an AT-1700:
SETUP17 -E
if ERRORLEVEL 1 goto AT1700_installed
SETUP15 -E
if ERRORLEVEL 1 goto AT1500_installed
echo NO ADAPTER IS INSTALLED!!!
goto done
:AT1700_installed
AT17ODI
goto done
:AT1500_installed
AT15ODI
goto done
:done
The
/M
parameter makes CardAssistant run in interactive mode,
but in monochrome. This switch should be used on its own.
The
/X
parameter is a specialized switch that tells CardAssistant
to perform diagnostic checks on the AT-1500 Plug and Play
adapter card installed in the computer instead of executing the
setup program. This switch should be used on its own (i.e.,
without specifying other parameters) and with no driver loaded.










