home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / pascal / 5146 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  365 b 

  1. Path: sparky!uunet!haven.umd.edu!mimsy!afterlife!adm!news
  2. From: gedeck@pctc.chemie.uni-erlangen.de
  3. Newsgroups: comp.lang.pascal
  4. Subject: Re: can't get EXEC to work
  5. Message-ID: <32297@adm.brl.mil>
  6. Date: 1 Sep 92 11:07:33 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 8
  9.  
  10.  
  11. You forgot to use the SwapVectors command.
  12.  
  13. SwapVectors;
  14. Exec(ProgramName, CmdLine);
  15. SwapVectors;
  16.  
  17. Peter
  18.