Under Windows is generally used sourceinsight, to good use, but I also play vim. Source Insight executes an external command that can define a custom key in the settings, Gvim of course it's also good to do, colon Plus! You can also add a shortcut key in the configuration VIMRC, such as I added F11. But the direct vim start process will first pop up a cmd window, which shows the return value of the program, there is no way to remove, in my repeated attempts, found that it is possible, that is, do not directly adjust the program, but with the start + program name of the way to call.
For example, when I configure it here, F11 opens the explorer and selects the current buff edit file, and will never pop the black box again.
!start Explorer /select, %
After defining the shortcut keys, it is as good as Si.
Vim:win under the Gvim start external program How to not eject black screen