> The only solution I found at this time, was to modify the call to > CreateProcess in os_win32.c and change the parameter "Creation Flags" > to use CREATE_NO_WINDOW instead of CREATE_NEW_CONSOLE.
IIRC, you can use Vim's system() function instead of the :! command to avoid the dosbox/console window. Or some other Vim function. I seem to remember there's something you can use that doesn't require modifying the source (I seem to remember somebody pointing it out when I asked basically the same question a while back!). Maybe give it a try and let us know what you find? Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
