1.

Solve : suffix used after type command?

Answer»

I want to be able to read page by page after using the TYPE command in DOS 6.22. What suffix is used after the command as in-- type config.sys ?? is it /p. /p does not work. Please help.
Couple of ways to do this. The type command takes no switches.

type filename.ext | more

OR

more < filename.ext

Hope this helps. Thanks Sidewinder, but when I use either command you listed ( |more or more< ) they both come back as bad command or FILE NAME. I am using dos 6.22 CHECK to see if you have more.com in your DOS directory. If not, you should be able to copy it from your DOS DISK. If it is in a different directory, make sure that directory is in your PATH.



Discussion

No Comment Found