Skip to content

Instantly share code, notes, and snippets.

View ricardoparro's full-sized avatar

Ricardo Parro ricardoparro

View GitHub Profile
@ricardoparro
ricardoparro / gist:6721056
Created September 26, 2013 21:46
file manipulator - windows batch script
@echo on
setlocal enabledelayedexpansion
rem this first iteration grabs all ok files and copy them to the destination
for /F %%i in ('dir C:\robocopyTest\source /s /b') do (