8:00 – 5:30 VISIBILITY
- Ingested some new customer data that has trending! Now I can demonstrate that feature 🙂
- Working on the ExecShell class. It looks like I should be using ProcessBuilder instead. It was introduced in Jva5 and is a bit more sophisticated. Ideally, I need to be able to use the spawned process (shell?) to run multiple commands, while keeping track of the current directory. Going to try to run the “cmd /k” option, then interact through the processes input, output and error streams.
- Moderate flailing on the above. Made some progress. Found the following to try tomorrow:
- http://snippets.dzone.com/posts/show/6335
- Got it. I was using (char)13 and I should have been using “n” (CR+LF). Whee!
