Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!pur-ee!pur-phy!maxwell.physics.purdue.edu!edsall From: edsall@maxwell.physics.purdue.edu (David M. Edsall) Newsgroups: comp.lang.pascal Subject: System Calls from a Pascal program Message-ID: <3125@pur-phy> Date: 15 Feb 90 22:55:51 GMT References: <6568@uhccux.uhcc.hawaii.edu> Sender: news@pur-phy Reply-To: edsall@maxwell.physics.purdue.edu.UUCP (David M. Edsall) Organization: Purdue Univ. Physics Dept., W. Lafayette, IN Lines: 18 Can anyone out there give the procedure and/or function calls that should be used to do a Unix system call from inside of a Pascal program. The syntax and an example would be helpful as well. What I am looking for is a way to create a directory from inside a Pascal program. In Fortran all I would need to do is something like call system('mkdir ') or something of that nature. My department is using a Vax running 4.3 BSD Unix. Thanks, - dave