Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
Moderator: | STAR::VATNE |
Created: | Mon Oct 30 1989 |
Last Modified: | Mon Dec 31 1990 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3726 |
Total number of notes: | 19516 |
I'm not sure if this has been discussed before, but here goes:- How do you stop the DECterm controller (process DECW$TE_1) on VMS? I run a remote DECterm controller from which I create all my DECterm windows (including one I SET HOST to my local system). I therefore do not require the DECterm controller running on my workstation but every time I try to kill it the session manager restarts it again. When you have a 6mb VS2000 you need all the free pages you can get!! Stephen.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
352.1 | Why even create it? | PRNSYS::LOMICKAJ | Jeff Lomicka | Wed Mar 08 1989 14:03 | 12 |
You can prevent the session manager from creating DECW$TE_1 in the first place by creating a process of the name "DECW$TE_n" from your DECW$LOGIN.COM. (n is the unit number of the session manager's WSA device.) The session manager will see "duplicate name" and continue. Be sure to set your emulator count to 0, or the session manager will get very upset at you. $ SPAWN/NOWAIT/PROC="DECW$TE_1" WAIT 0:01:00 should work. |