C
curtis m. west
hello NG
i have a little commandlinetool, that returns a value (number) via stdio -
how can i display this value on an asp-page?
currently i use this "workaround": run the tool every 5mins (using the
scheduler) and redirecting the output to a txt-file (tool.exe > temp.txt)
and then i use the filesystem-object to read the value and display it on the
webpage...
....but this is:
a) not realtime
b) certainly not the best solution ;-)
so what's the propper way to do that?
tnx for a short feedback!
greetz, curtis
i have a little commandlinetool, that returns a value (number) via stdio -
how can i display this value on an asp-page?
currently i use this "workaround": run the tool every 5mins (using the
scheduler) and redirecting the output to a txt-file (tool.exe > temp.txt)
and then i use the filesystem-object to read the value and display it on the
webpage...
....but this is:
a) not realtime
b) certainly not the best solution ;-)
so what's the propper way to do that?
tnx for a short feedback!
greetz, curtis