#Beginners help
08-May-95 10:28:11
Sb: #196135-#Beginners help
Fm: Jim Butterfield 73624,14
To: Rich Combs 75342,1623
(..jumping in ahead of Betty..)
>>.. a specific way to clear the RAM of certain files ? ..
I assume you know how to CD to RAM and take a directory. Then you get rid of
files with the usual DELETE command. You could get rid of all files in RAM
with DELETE RAM:#? but you probably don't want to go that far…
.. a different kind of RAM gets used with the RESIDENT command. Just type
RESIDENT and see what's parked in your memory, after which you can user
RESIDENT REMOVE .. to take anything out that you don't want.
>>.. how do I exit out of CLI? I don't have a little square exit icon…
You get such an icon with DOS 2 systems and beyond. But in any case, you can
shut down a CLI by commanding ENDCLI. ENDSHELL also works. If the CLI window
doesn't close, it means that you still have something running out of that
CLI/Shell .. but that's rare.
–Jim