How to close Console after running program in system shell?
Submitted by Tuesday, 10 January, 2006 - 17:19
on
I am using this one-line macro to run a program in the system shell:
runInSystemShell(view,"C:\\WINDOWS\\SYSTEM32\\mspaint.exe");
This works fine, but when I have run and closed the program I am left with a jEdit window containing the Console which I have to close manually. Can someone show me how to add a line to my macro to close that Console window? Thanks.
David
runInSystemShell(view,"C:\\WINDOWS\\SYSTEM32\\mspaint.exe");
This works fine, but when I have run and closed the program I am left with a jEdit window containing the Console which I have to close manually. Can someone show me how to add a line to my macro to close that Console window? Thanks.
David