Configuration: Windows XP Internet Explorer 6.0
Hello
@echo off for /f "tokens=* delims= " %%a in ('dir/s/b/ad \ ^|find /i "new"') do ( echo %%a dir /b/a-d "%%a" ) |
send search(by file name,foldername and id) programs |
@echo off
dir "main\sub1\new\%1" if exist "main\sub1\new\%1" goto found if not exist "main\sub1\new\%1" goto nvm :found echo files found! ping localhost -n 3 >nul EXIT :nvm echo no files found. ping localhost -n 3 >nul EXIT |
Résultats pour Batch code to search for new files
Résultats pour Batch code to search for new files
Résultats pour Batch code to search for new files
Résultats pour Batch code to search for new files
Résultats pour Batch code to search for new files
Résultats pour Batch code to search for new files