for /f "tokens=1,2,3,4 delims=/ " %%a in ( 'date/t' ) do set y=%%d for /f "tokens=1,2,3,4 delims=/ " %%a in ( 'date/t' ) do set m=%%b for /f "tokens=1,2,3,4 delims ...
Is it possible with a batch file on Win2K, to move all files in a folder that contain a certain text string within the content of the file, into another folder? I initialy thought it would be quite ...