Help with Runtime.exec()

Just trying to figure out what in the world the "/c" does in this part of the program Runtime rt = Runtime.getRuntime();Process proc = rt.exec("cmd /c test.txt");a little insight would be appreciated...Nate
[241 byte] By [nvaughna] at [2007-11-27 8:03:21]
# 1
This has nothing to do w/ java and everything to do with the Windows command shell (cmd): http://www.ss64.com/nt/cmd.html
petes1234a at 2007-7-12 19:45:29 > top of Java-index,Java Essentials,Java Programming...
# 2
thanks a bunch.
nvaughna at 2007-7-12 19:45:29 > top of Java-index,Java Essentials,Java Programming...