@echo off cls if %1x==x goto help echo This will copy all Print Commander! files to %1:\PCOM echo Press Ctrl-Break to abort or any other key to continue pause >nul echo Installing Print Commander! files in %1:\PCOM echo off md %1:\PCOM copy *.* %1:\PCOM echo Installation complete! echo (any key) to continue pause >nul cls echo ÿ echo To start Print Commander! type the following at the prompt: echo ÿ echo PCOM (Enter) echo ÿ echo To print out the manual: echo ÿ echo 1. Adjust paper to top of page echo 2. Turn printer on echo 3. Set printer "on line" echo 4. Type the following at the prompt: echo ÿ echo EZPRINT MANUAL.TXT (Enter) %1: cd\pcom goto END :help echo Print Commander! installation echo ****************************************************************** echo Usage: Install [destination] (Enter) echo where [destination] is drive where you want files installed echo ****************************************************************** echo Example: Install C (Enter) echo will install files on drive C in directory \PCOM :END