By default when running the command MEM, then one only sees the currently available conventional memory. But there exists a switch, that can be used to display the exact device drivers loaded and how much memory they use.
Instead of having to remember this special switch, then one can make a batch file called MEO.BAT with the following lines:
@REM *** Show TSRs memory usage ***
@MEM.EXE /C |more
Leave a Reply