I would like to run a simple command-line command in FME and output the text to an excel table.
I want to run
taslklist /s SERVERNAME /fi "ArcSOC*" > c:tasklist.txt
...and then send the results into other transformers.
How would I do this?
I would like to run a simple command-line command in FME and output the text to an excel table.
I want to run
taslklist /s SERVERNAME /fi "ArcSOC*" > c:tasklist.txt
...and then send the results into other transformers.
How would I do this?
Best answer by redgeographics
Yes, the SystemCaller will do that