CODE: [Copy to clipboard]@echo off drvtypes>nul call:test drvtypes /s>nul call:test exit :test if errorlevel 0 (echo Correct) else (echo Error) pause