My studying notes for Java,Ruby,Ajax and other any interesting things.

星期四, 七月 16, 2009

auto hot key svn update and commit


 
#+U::
  send ^3
  SelectedFile = %clipboard%
  Run D:/program/T_SVN/bin/TortoiseProc.exe /command:update /path:%SelectedFile%
return
 

#+C::
  send ^3
  SelectedFile = %clipboard%
  Run D:/program/T_SVN/bin/TortoiseProc.exe /command:commit /path:%SelectedFile%
return

没有评论: