Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!lll-crg!gymble!umcp-cs!cvl!umd5!astgb1!jw From: jw@astgb1.UUCP (John Woodruff) Newsgroups: net.decus,net.unix,net.usenix Subject: Re: Favorite operating systems query (UNIX vs VMS flaming!!!) Message-ID: <166@astgb1.UUCP> Date: Thu, 10-Jul-86 19:47:55 EDT Article-I.D.: astgb1.166 Posted: Thu Jul 10 19:47:55 1986 Date-Received: Sat, 12-Jul-86 04:20:15 EDT References: <486@batcomputer.TN.CORNELL.EDU> <1000@ttrdc.UUCP> <873@rti-sel.UUCP> <1320@psivax.UUCP> Organization: Advanced Sys Technology Corp; Greenbelt, MD Lines: 13 Xref: watmath net.decus:395 net.unix:8580 net.usenix:643 Summary: DCL and user-written commands In article <1320@psivax.UUCP>, friesen@psivax.UUCP (Stanley Friesen) writes: > Oh, *great*:-) How does the DCL parse the arguments for a user > written application program?? It's called SET COMMAND... you write a description of your command, parameters, options, etc., including the runnable image name; and give it to DCL. Then you call a number of CLI$GETxxxx's for each one. Quite easy, in fact... I did it from Fortran. I only wish that the .CLD included documentation, and that HELP knew about the DCL tables for such things as HELP xxx /PARAM. I've been away from VMS for 3 years, and prefer Unix. But let's give VMS her due...