@echo off cls if %1! == ! goto message cat /c /s /n /f /d%1 goto endit :message echo. echo You must pass the drive letter of your CD-ROM drive when executing this echo batch file. Ex: GO D (Where D is your CD-ROM drive letter.) echo. echo For easier execution this batch file can be copied to and executed from echo any directory found in your PATH statement. echo. echo. :endit