X-Authentication-Warning: delorie.com: mailnull set sender to opendos-bounces using -f Date: Wed, 2 Jan 2002 21:14:55 +1100 (EST) From: DONALD PEDDER To: Subject: system calls Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: opendos AT delorie DOT com Can someone here tell me how to call a DOS command from Pascal? I'm tearing my hair out after searching the web for a while (a "complete and comprehensive" guide to Pascal fails to mention system calls at all). My manual notes the existence of a DOS.FPD object, yet gives no clue how to use it. None of the example programs include it. I basically want to know how to do something like STRING:=DOS(find "searchstring" filename) - obviously I don't know what the syntax is to do this. :-) Thanks. dp.