![]() ![]() ![]() ![]() | Table Of Contents | Index |
RamMap has several functions. It displays what is in memory, and it is able to free up some wasted memory blocks. It also can return a DOS errorlevel code to a batch file to indicate what TSRs are in memory.
Usage: RAMMAP RAMMAP Free RAMMAP InMem SK.COM RAMMAP InMem MARX.BATWhen loading TSRs, each program has it's own environment space. Generally, this is wasted memory. Running RAMMAP FREE after each TSR load can recover this memory. It won't gain you a lot, but in some situations, every byte counts!
The command InMem tests to see what TSRs are loaded in memory. If the program is found, it returns errorlevel 1. Otherwise it returns errorlevel 0. Besides finding TSRs, InMem will also find BATCH files that are running.
Blk Own Size Program Name Type Parent Program Command Line Para ---- ---- ------ ------------ ---- ----------------- ----------------- 0254 0008 5968 03CA 0008 64 03CF 4448 command.com Prog 03CF command.com 04E6 64 -- free -- 04EB 03CF 400 - Master - MEnv 0505 03CF 80 MARX.BAT Bat TYME 050B 03CF 112 DROPTO.BAT Bat 0500 F:\TMPFILES\$MX.. 0513 07C8 208 command.com data 0521 10848 ?? Prog 03CF command.com 07C8 2368 command.com Prog 07C8 command.com 085D 07C8 400 - Master - MEnv 0877 0886 224 RAMMAP.EXE Env 0886 620448 RAMMAP.EXE Prog 07C8 command.com
![]() ![]() ![]() ![]() | Table Of Contents | Index |
|