@echo off
rem
rem $Revision:   1.0  $
rem Usage diag [drive:]
rem where drive_ is the location of the DT-650 Driver Program diskette image.
rem If no drive is specified, a: will be the default.
rem
rem Start the adapter diagnostics program
rem If there is a logo program it will be run first.
rem
if x%1 == x goto default_a
%1\diag\diag.exe
goto finish
:default_a
a:\diag\diag.exe
:finish
