[comp.os.msdos.misc] print lots of files to console

klfirestein@OCTAVO (04/24/91)

What I want to do is, essentially, type out a group of files to my screen.
something like...  type *.*
but that doesn't work...
so... if the very first time I print I say:
        print *.*
the next thing that happens is I am asked to specify the device...
I can then specify the device as - con
and I get my results out to the screen - pretty much as I want.... 
When the display is over - I have to press the enter key to get my prompt
back....

I would like a batch file which will not make me have to type in 'con' 
at the 'specify device' prompt. And which will not make me press the 
enter key either after typing 'con' or after the display is finished.
The final 'enter' is less important than getting the 'con' and the 
enter at that point in at the right time.

Can anyone help???

Responses directly to me would be nice... 
klfirestein@ucdavis.edu or .bitnet

Thanks