On Jun 28, 2006, at 13:50, Sattler, Thomas ((IT)) wrote:
Michael,
DLLCC is useful for calling a function that exists inside a DLL (on windows) or inside an ".so" file (on unix). If you are trying to just invoke a program, you can go do a callout to the operating system. Under Unix, you use the #cshOne: method in the UnixProcess class. If you want to run the command "startMyProgram", you'd say:
"UnixProcess cshOne: startMyProgram".
And if you upgrade to vw7.4, you don't have to use the heinous csh anymore. You can just use shOne:
:)
--
Travis Griggs
Objologist
10 2 letter words: "If it is to be, it is up to me"
DISCLAIMER: This email is bound by the terms and conditions described at
http://www.key.net/disclaimer.htm