Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!orca!javelin.es.com!tpehrson From: tpehrson@javelin.es.com (Tim Clinkenpeel) Newsgroups: comp.lang.pascal Subject: running other files? (help) Message-ID: <1991Mar19.150541.18350@javelin.es.com> Date: 19 Mar 91 15:05:41 GMT Reply-To: tpehrson@javelin.sim.es.com Organization: Evans & Sutherland Computer Corp., Salt Lake City, Utah Lines: 8 hi. i'm programming in turbo 5.0 and was wondering if it is possible/efficient to run other files from my program. here's the scenario: i have a large piece of code that will only be used the first time a new user runs the program. can i separate it out and only call it when needed to save space and memory? include {$i } doesn't seem to be what i want; i'm talking run-this, exit-and- run-this-other-one, exit-second-and-back-to-first. any help := greatly appreciated;