Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!husc6!sri-unix!sri-spam!mordor!lll-lcc!pyramid!batcomputer!tedcrane From: tedcrane@batcomputer.tn.cornell.edu (Ted Crane) Newsgroups: comp.os.vms Subject: Re: Captive VMS command procedure wanted Message-ID: <1611@batcomputer.tn.cornell.edu> Date: Sat, 4-Jul-87 01:44:30 EDT Article-I.D.: batcompu.1611 Posted: Sat Jul 4 01:44:30 1987 Date-Received: Sat, 4-Jul-87 19:47:03 EDT References: <1682@uwmacc.UUCP> Reply-To: tedcrane@tcgould.tn.cornell.edu (Ted Crane) Organization: Program of Computer Graphics, Cornell University Lines: 11 In article <1682@uwmacc.UUCP> dorl@vms.macc.wisc.edu (Michael (NMI) Dorl) writes: >I'm looking for tools or models that will help me build a captive >user command procedure. I want to make things look like the user >is in the regular VMS environment with a restricted set of commands. >In particular, I want the user login.com to appear to be executed. If the "restricted set" of commands is a subset of DCL, you may be able to achieve your result more easily by having the system wide login procedure (SYLOGIN) edit the DCL command tables for that user (SET COMMAND/DELETE). Then the user's login file is executed normally, and the rest of the session is at DCL level, not in a captive procedure.