Desktop Shortcut to Update VGA/scripts

mmoaddict

Original Script Author: VGA
I have come to understand that some of our users have trouble updating their scripts. So if you are helping someone that knows nothing about their computer get their scripts updated with Tortoises. Install Tortoise and set up the folders to sync.. then make a bat file on the destop with notepad.. save as UPDATE_VGA.bat. Here are 2 samples given that everything is installed in default folders.. change foldername and drive names accordningly.

Sample 1. x64 bit standard install
c:\Progra~1\Tortoisesvn\bin\TortoiseProc.exe /command:update /path:"c:\Program files (x86)\innerspace\scripts\vga" /closeonend:0
c:\Progra~1\Tortoisesvn\bin\TortoiseProc.exe /command:update /path:"c:\Program files (x86)\innerspace\scripts\kbot" /closeonend:0

Sample 2. x32 bit standard install
c:\Progra~1\Tortoisesvn\bin\TortoiseProc.exe /command:update /path:"c:\Program files\innerspace\scripts\vga" /closeonend:0
c:\Progra~1\Tortoisesvn\bin\TortoiseProc.exe /command:update /path:"c:\Program files\innerspace\scripts\kbot" /closeonend:0

The syntax is basically Path\TortoiseProc.exe /command:thecommand /path:"Path of the folder you wish to update" /closeonend:0no,1yes

mmo
 
Last edited:
Top Bottom