Find Jobs
Hire Freelancers

Create / troubleshoot a batch file that moves folders based on criteria

$30-250 USD

Terminado
Publicado hace más de 7 años

$30-250 USD

Pagado a la entrega
I need a batch file to assess subfolders and if they meet certain criteria then they get moved to a new folder. I have tried to do it myself but have not been successful. Below I have an outline of my work so far. Folder structure is something like this Main folder is: I:\Test\divideandconquer\Newfolder\ In that folder there can be an number of different subfolders. eg I:\Test\divideandconquer\Newfolder\106-foldername What I want is a batch that compares the first 3 numbers of the folder name (in this case 106) with the number of files in that folder. If the two numbers match then the criteria is met and the folder should be moved to: I:\Test\divideandconquer\moved\ I have a working batch that can compare the two numbers and return a value. @echo off setlocal disableDelayedExpansion pushd I:\Test\divideandconquer\Newfolder set "files=" for /r %%F in (*) do call set files=%%files%% %%F echo %files% set files=%files:~36,3% echo %files% pushd I:\Test\divideandconquer\Newfolder\*1* set actual=100 for %%x in (*) do set /a actual+=1 echo %actual% IF %actual% EQU %files% echo same | clip I also have found a batch that can move folders based on criteria being met (found it on stackoverflow). for /d %%A in (*) do ( dir /b %%A\*.txt >nul 2>&1 && move %%A "folders with txt" ) But of course the criteria are not right. To make it work I think I need to change dir /b %%A\*.txt >nul 2>&1 to check my IF %actual% EQU %files% result but I dont know how to combine the two codes. ===================== UPDATE I tried a few things including... @echo off setlocal disableDelayedExpansion pushd I:\Test\divideandconquer\Newfolder set "files=" for /r %%F in (*) do call set files=%%files%% %%F echo %files% set files=%files:~36,3% echo %files% pushd I:\Test\divideandconquer\Newfolder\*1* set actual=100 for %%x in (*) do set /a actual+=1 echo %actual% IF %actual% EQU %files% THEN ( set result=1 ) for /d %%a in (*) do ( set /a oktomove=result - %%a if !oktomove! EQU 1 move /Y %%a I:\Test\divideandconquer\moved\ )
ID del proyecto: 11959356

Información sobre el proyecto

2 propuestas
Proyecto remoto
Activo hace 8 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
Adjudicado a:
Avatar del usuario
Yes, some things are not so easy to do in pure batch scripting. However, I can do it, so I'll be glad to make this for you. Update: I've already made it, so it's waiting you. :-)
$30 USD en 1 día
5,0 (2 comentarios)
1,6
1,6
2 freelancers están ofertando un promedio de $30 USD por este trabajo
Avatar del usuario
Hello, I have lost your message.. can you message me. Thanks, Sheik
$30 USD en 2 días
5,0 (4 comentarios)
3,4
3,4

Sobre este cliente

Bandera de UNITED KINGDOM
Farnborough, United Kingdom
5,0
16
Forma de pago verificada
Miembro desde jun 29, 2015

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.