Path: utzoo!mnetor!uunet!husc6!bloom-beacon!tut.cis.ohio-state.edu!mailrus!nrl-cmf!cmcl2!brl-adm!adm!C04661DC%WUVMD.BITNET@CUNYVM.CUNY.EDU From: C04661DC%WUVMD.BITNET@CUNYVM.CUNY.EDU (David Camp) Newsgroups: comp.lang.c Subject: Many MSC Options Message-ID: <12493@brl-adm.ARPA> Date: 18 Mar 88 14:15:38 GMT Sender: news@brl-adm.ARPA Lines: 27 I am attempting to use the MSC 5.0 CL command to preprocess a file. I am furthermore attempting to specify many options, most of the form /Dname=text. When I reached the Dos line length limit, I resorted to using the CL environment variable. This quickly failed since SET does not allow '=' in the string. Does anyone know a way to specify many arguments of this nature to CL? Does anyone know how to write an MSC program to change an enviroment variable, thus bypassing SET? I looked at the PUTENV function, but it said the change would become ineffective after the current process exits. I wish I had time to read the list, but I do not, so please reply to me directly. -David- *----------------------------------------------------------------------* | (314) 362-3635 Mr. David J. Camp | | ^ Division of Biostatistics, Box 8067 | | Room 1108D < * > Washington University Medical School | | 706 South Euclid v 660 South Euclid | | Saint Louis, MO 63110 | | Bitnet: C04661DC@WUVMD.BITNET | | Internet: C04661DC%WUVMD.BITNET@CUNYVM.CUNY.EDU | *----------------------------------------------------------------------*