@echo off echo Git AutoUpdate echo tindevil@nate.com for /d %%i in (*) do echo Enterinng "%i" | cd "%i" | git.exe pull --progress -v --no-rebase "origin" master | cd .. @pause