Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!rphroy!caen!uwm.edu!linac!att!ucbvax!OUTLAW.UWYO.EDU!twtick From: twtick@OUTLAW.UWYO.EDU (Thomas M Wilson) Newsgroups: comp.lang.pascal Subject: VAX Pascal Question Message-ID: <910514182631.2020489a@UWYO.BITNET> Date: 15 May 91 00:26:31 GMT Sender: daemon@ucbvax.BERKELEY.EDU Lines: 7 Someone asked how to use DCL commands from a Pascal program on a VMS machine. You need to use the LIB$SPAWN command. I don't have the specifics on how to use it with me, but it basically spawns another process to execute the command sent. Check the VAX Pascal guides for the exact way to call this routine. Tom Wilson twtick@corral.uwyo.edu