Guest User

Untitled

a guest
Oct 21st, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Option Explicit
  2.  
  3. Dim oShell
  4. Set oShell = WScript.CreateObject ("WScript.Shell")
  5. oShell.run "C:\MinGW\msys\1.0\bin\bash.exe -c 'source ~/.bashrc; gvim' &"
  6. Set oShell = Nothing
Add Comment
Please, Sign In to add comment