mchtower,
That is very easy to do in the DOS environment. PCDR is feature rich and very flexible from the command line.
You can create an overlay to test the devices you want and save it to one of the open slots (there are 10). Then exit to DOS and run PCDR from the command line with the appropriate switches. The options and details are explained in the manual on your distribution disk. Going over this will give you many ideas on how you can automate processes and make PCDR do just about anything you want.
Custom CD’s can be created with your customized overlays, scripts, batch files, configuration files and anything else you desire, customizing your testing to your exact specifications.
For example the following command line will run test overlay #1, disabling all prompting and log the results into a:\testlog.log.
pcdr /ba:01 /pr:a:\testlog /np
-Fred