Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!rutgers!njin!princeton!udel!mmdf From: PRINS%HLERUL5.BITNET@cunyvm.cuny.edu (Ryko Prins, CRI, Leiden, Netherlands) Newsgroups: comp.os.minix Subject: RE: indirect command procedures Message-ID: <9162@louie.udel.EDU> Date: 20 Feb 89 08:39:01 GMT Sender: usenet@udel.EDU Lines: 10 >I know that in VMS a .com filename preceeded by @ invokes a command procedure >written in DCL. What command or symbol coresponds to this in MINIX? There are two ways: 1) use the command sh filename 2) chmod the x-bit, e.g. chmod 777 filename and execute it by typing filename Greetings, Ryko Prins.