@echo off
rem an example of how to preload as TSR such as print
rem so that it can be used by WindE

    print < c:\print.txt

rem where print.txt contains one line:

rem    PRN

rem this will attach the print spooler to the PRN device
