
redirect output of program run with shell command
Trying to capture the output of a java program invoked via the shell
command. If I run it from a dos window like:
java jess.Main examples\fullmab.clp > mab.out
its output is saved in the file.
If I do a:
Shell("java jess.Main examples\fullmab.clp > mab.out", vbNormalFocus)
the program runs, but the output file is not created. Tried different
window options.
thanks for any suggestions
Joe