PureBytes Links
Trading Reference Links
|
Is there a DLL or other tool available that would allow TS to execute an
arbitrary program with arguments?
Specifically, I'd like to be able to invoke a text-to-speech generator with
a constructed string expression as a command-line argument, e.g.:
{--}
DefineDLLFunc: "some.dll", void, "execute_prog", LPSTR;
....
if condition1 then
begin
string1 = "sell " + getsymbolname + " at limit " + numtostr(close + 1.00,
2);
execute_prog("D:\language_tools\text-to-speech.exe '" + string1 + "'");
end;
{--}
If anyone knows of a free text-to-speech generator that can take a
command-line argument it would also be appreciated. I'm sure that the issue
has been raised before somewhere, as I can't possibly be the first person
who's needed such a thing.
Thanks.
_________________________________________________________________
Mortgage rates as low as 4.625% - Refinance $150,000 loan for $579 a month.
Intro*Terms
https://www2.nextag.com/goto.jsp?product=100000035&url=%2fst.jsp&tm=y&search=mortgage_text_links_88_h27f6&disc=y&vers=743&s=4056&p=5117
|