home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!mimsy!afterlife!adm!news
- From: gedeck@pctc.chemie.uni-erlangen.de
- Newsgroups: comp.lang.pascal
- Subject: Re: can't get EXEC to work
- Message-ID: <32297@adm.brl.mil>
- Date: 1 Sep 92 11:07:33 GMT
- Sender: news@adm.brl.mil
- Lines: 8
-
-
- You forgot to use the SwapVectors command.
-
- SwapVectors;
- Exec(ProgramName, CmdLine);
- SwapVectors;
-
- Peter
-