@echo off set EXE=..\software\usb2serial-PL2303-setup.exe if NOT EXIST %EXE% ( echo ERROR: %EXE% not found! exit /b ) echo ####### %0 ####### echo installing drivers for usb2serial device PL2303 ... start %EXE% echo ####### %0 ####### pause