Top "Batch-processing" questions

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

Batch file: Find if substring is in string (not in a file) Part 2 - Using Variables

In a Windows batch file, I have a string 'abcdefg'. I want to check if 'bcd' is in the string, …

string batch-file substring batch-processing findstr
How do you enable batch inserts in hibernate?

With hibernate, when I attempt to enable batch inserts with <property name="jdbc.batch_size">50</property> …

java database performance hibernate batch-processing
Batch file error: "xcopy is not recognized as an internal or external command..."

I'm programming a batch file and after a long amount of code, I have: :d1copy xcopy /Y "C:\Users\…

batch-file batch-processing xcopy
Windows command for CPU utilization % for particular service

Is there any way to get CPU utilization for particular service from a script on Windows? I know wmic cpu …

batch-file batch-processing
Batch Entry 0 insert into PGSQL-Call getNextException to see the cause

I am trying to find regular expression and if there are some duplicates, keep the unique ones and put the …

java sql postgresql exception batch-processing
What is Spark Job ?

I have already done with spark installation and executed few testcases setting master and worker nodes. That said, I have …

apache-spark batch-processing job-scheduling
Find out if file is older than 4 hours in Batch file

Quite simply, how would I find out if a specific file in a folder is older than X hours? The …

batch-file command-line batch-processing
What's the equivalent of Python's Celery project for Java?

I am trying to find an equivalent of Celery project for Java environment, I have looked at Spring Batch, but …

java python celery batch-processing spring-batch
Robocopy invalid parameter #3

Here is my batch content Robocopy.exe D:\IDRIVE\New backups\Program\full\1 D:\IDRIVE\New backups\Program\full\2 pause …

batch-file cmd batch-processing robocopy
How do I get the error level of commands in a pipe in Windows batch programming?

Batch files return the error code of the last command by default. Is it somehow possible to return the error …

windows batch-file batch-processing