Go to advanced search
Code: Select all
@echo off cd /D "%1" ren *.avi %1.avi move *.avi .. cd .. rd /S /Q %1