| Not a silly question at all!
There are alot of reasons to do this, but that'll have to wait for
another discussion.
The answer you are looking for depends on what your customer wants to
do. Let's say that there is an application that controls all window
management and the DECW$SERVER_ACCESS_ALLOWED.DAT file has "* * *" in
it. The task before you is to start the application and get rid of the
banner and login/password box. The straight forward way to do this is
have a VMS INSTALLED process STOP the WSAxxx process and then
run/detached the application process. The reason for the installed
process is that you don't want the user with sufficient privilege to do
damage. Where to start the process is your pick, but you have two
very good entry points. One is SYSTARTUP_V5.COM and the other is the
end phase of SYSMAN.
Aloha,
rmw
This way, when the system is booted, you get the running application
and no logging in. This DOES work. We've got 40 VMS 5.2/VMS 5.3
3520's doing it at our customer site.
|