Top "Batch-processing" questions

Batch-processing refers to programmatic execution with minimum human interaction.

Batch file. Delete all files and folders in a directory

I want to have a batch file that will delete all the folders and files in my cache folder for …

batch-file batch-processing
How do you convert an entire directory with ffmpeg?

How do you convert an entire directory/folder with ffmpeg via command line or with a batch script?

ffmpeg batch-processing os-agnostic
How to close the command line window after running a batch file?

I've got a batch file. After it finished running, i.e. all command lines have been executed, the cmd.exe …

batch-file windows-7 batch-processing
Run all SQL files in a directory

I have a number of .sql files which I have to run in order to apply changes made by other …

sql sql-server batch-processing
Difference between xcopy and robocopy

I'm kind of new to batch scripting. As a newbie I find both both of them useful while scripting What …

windows batch-file batch-processing
How to use the start command in a batch file?

I have a batch file that starts an app with a lot of command-line parameters: "C:\Program Files (x86)\Common …

windows-7 batch-file batch-processing
Batch check if mapped network drive exists

I'm currently writing a script that should map a network drive to the letter Z , i'm using the command net …

batch-file cmd batch-processing
Change EOL on multiple files in one go

Is there any way in Notepad++ (or even with another tool) to change the line ending automatically on multiple files …

notepad++ batch-processing eol
Java 8 Stream with batch processing

I have a large file that contains a list of items. I would like to create a batch of items, …

java java-8 batch-processing java-stream
How do I choose a HTTP status code in REST API for "Not Ready Yet, Try Again Later"?

I'm developing a RESTful API in which http://server/thingyapi/thingyblob/1234 returns the file (aka "blob") associated with thingy #1234 to …

http rest language-agnostic batch-processing http-status-codes