W
Wim
From my Windows app I would like to open a DOS-window (Process.Start
("cmd", "/k")
and then run a number of processes in that DOS-window.
How can I arrange that these processes start in that DOS-window?
("cmd", "/k")

How can I arrange that these processes start in that DOS-window?