@echo off
rem $Revision:   1.3  $
rem
rem Usage info [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 driver information/installation program
rem If there is a logo program it will be run first.
rem
if x%1 == x goto default_a
%1\info\info.exe
goto finish
:default_a
a:\info\info.exe
:finish
