How to get an OutputStream to store in an array list which can then be iterated
So I have a code which runs powershell scripts, I had it return me the name and the starttime of the currently running processes. What I want is for this output to be stored in an array list because I want to be able to iterate through the names and start times of these applications.
How to get an OutputStream to store in an array list which can then be iterated
So I have a code which runs powershell scripts, I had it return me the name and the starttime of the currently running processes. What I want is for this output to be stored in an array list because I want to be able to iterate through the names and start times of these applications.