Displaying 1 result from an estimated 1 matches for "newlycreatedfil".
Did you mean:
newlycreatedfile
2006 Dec 29
2
Binary AGI Scripts
...ck any
responses to commands. I'm using stdin/stdout through the ReadLn and
WriteLn commands in freepascal.
Reading in the initial env variables is no problem, but once I issue a
command like so:
// >>> Create wav file from swift here <<<
WriteLn('EXEC PLAYBACK /tmp/NewlyCreatedFile');
ReadLn(StringVar); // <========= Never returns
// >>> Clean up code to delete file, etc <<<
(The command STREAM FILES always comes back and complains the file is
not found when it really is there so I have settled for using the
Playback application.)
Am I mistak...