Re: [fpc-pascal] including libraies ?

2010-03-14 Thread Paul Nicholls
- Original Message - From: "Terry A. Haimann" To: Sent: Monday, March 15, 2010 9:11 AM Subject: [fpc-pascal] including libraies ? I tried to write a little utility to submit a command to the At Facility. The code to do this is as follows: program TestPrg; Uses Classe

[fpc-pascal] including libraies ?

2010-03-14 Thread Terry A. Haimann
I tried to write a little utility to submit a command to the At Facility. The code to do this is as follows: program TestPrg; Uses Classes, Process; Var i:Integer; Cmd, Pre, Post, StrVar, SwStr:String; MyProcess: TProcess; SOut, EOut, StdStrLst: TStringList; Begin StdSt