Saturday, December 10, 2011

How to open 3 files in Vim on Windows startup?

I open the same three text files every time I boot Windows.
So I want Windows 7 to automatically open the three files on startup.
I wrote this batch file and put it in Startup folder:

"C:\Program Files (x86)\Vim\vim73\gvim.exe" -p file1 file2 file3

Which did what I wanted, but it also left a useless cmd terminal open.
Is there a way to make Windows startup open 3 files in a single Vim
window (three tabs) without leaving the cmd terminal open?

Thank you,
wolfv

--
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

No comments: