Path: utzoo!mnetor!uunet!husc6!uwvax!dogie!dorl From: dorl@vms.macc.wisc.edu (Michael Dorl) Newsgroups: comp.os.vms Subject: User Written CLIs and alternatives Message-ID: <200@dogie.edu> Date: 5 May 88 16:38:46 GMT Sender: news@dogie.edu Organization: University of Wisconsin Academic Computing Center Lines: 35 Some time ago, I posted an article asking if anyone had rolled their own CLI. I've yet to find any. I did receive lots of replies asking me why I didn't write a .COM file or redefine the command tables and use the normal VMS CLI. I have written a .COM file to provide the environment I want but this slows things down. The application will be used quite a lot so I wanted something more efficient and faster. I had briefly considered the use of a restricted command table but didn't have time to persue it. The problems I see in this area include: foreign commands I have some foreign commands I want to run and I want to prevent the user from defining his own foreign commands to circumvent the restricted command table. logical names I need to allow the user to define logical names but am worried about redefinition of logical names causing allowed commands to run programs other than the ones intended. Has anyone built a watertight environment using restricted command tables that meets these concerns? Finally, several people mentioned the VERB command table lister. Where can I get this from? Michael Dorl (608) 262-0466 dorl@vms.macc.wisc.edu dorl@wiscmacc.bitnet