Excerpts from wolfv's message of Sat Dec 10 23:34:23 +0100 2011: > "C:\Program Files (x86)\Vim\vim73\gvim.exe" -p file1 file2 file3 Use a shortcut instead. Eventually there are also ways to hide the console. or create a mapping in Vim: map <f3> :e file1<bar>e file2<bar>e file3><cr>
http://stackoverflow.com/questions/507347/hide-command-window-of-bat-file-that-executes-another-exe-file is using "start" - which still "flashes" the window probably. You can just use a shortcut to vim and pass arguments there (right mouse button, add arguments to the target path) Need more ways? Marc Weber -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
