Forgive me for asking.. I need to do a few things, one is to run a shell script and invoque program "prgA" and pass the result of program A back to the shell script. I guess I can do:

BACK = /sbin/prgA; echo $?

A) is that correct?
B) how does prgA report the output back, using a simple write statement?

Thanks

Paul


-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.


_______________________________________________ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to