Hi, You probably know this, but a JavaScript file can be used to do something similar to the Run Utility for Windows CUIs...
//test.js //JavaScript to display xeyes without a local Command Prompt... var wshell = new ActiveXObject('WScript.Shell'); wshell.Run('"C:\\Program Files\\Xming\\xeyes.exe" -display :2',0); It's the '0' that does the magic. (I haven't tested this on Windows 7) Thanks Colin -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple