Search notes:

walk.cmd

Walk through a directory tree and execute the passed command.
setlocal 
rem ENABLEDELAYEDEXPANSION

rem walk.cmd
rem walk through a directory tree and execute the passed command

if "%2" == "" (
  echo walk.cmd: You must specify a file mask and command to execute.
  goto end
)

for /f %%a in ('dir /s/b/a-d %1') do call %2 %%a %3 %4 %5 %6 %7 %8 %9

:end

See also

forfiles.exe

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1759612441, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/dirs/Program-Files-x86/Windows-Kits/n/Debuggers/arch/srcsrv/walk_cmd(52): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78