Search notes:

cmd.exe - call

call is used to execute a batch file and wait until the batch file is finished with the execution.
call [drive:][/path/to/]batch-file.bat [parameters] [:label [arguments]]
call is affected by whether command extensions are enabled or disabled.

See also

To call a batch file (or any command, for that matter) and not wait for it to complete, start can be used. start executes the given program/batch file in a new process.
cmd.exe: Built-in commands

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/...', 1759777967, '216.73.216.149', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/dirs/Windows/System32/cmd_exe/commands/call/index(45): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78