Top "Batch-processing" questions

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

How to create a batch file which work for both Program Files and Program Files(x86)?

I have created a batch file which automatically copy a .sql file to the path of installed Jasper server(it …

batch-file 32bit-64bit nsis batch-processing
How to test if an executable exists in the %PATH% from a windows batch file?

I'm looking for a simple way to test if an executable exists in the PATH environment variable from a Windows …

windows batch-file batch-processing
keep command line window open when running scheduled task executing batch file

I would like to have the console window kept open when running a scheduled task which executes a batch file. …

scheduled-tasks batch-processing windows-console
Batch update/delete EF5

What is the best way to deal with batch updates using (Entity Framework) EF5? I have 2 particular cases I'm interested …

entity-framework batch-processing entity-framework-5
Is it possible to batch convert csv to xls using a macro?

I have a large amount of csv files that I need in .xls format. Is it possible to run a …

csv excel batch-processing file-conversion vba
Batch commit on large INSERT operation in native SQL?

I have a couple large tables (188m and 144m rows) I need to populate from views, but each view contains …

sql sql-server tsql batch-processing
Running a background Java program in Tomcat

Can anyone advise here? I have a situation where users will submit data mining requests interactively via a Java JSP …

java tomcat batch-processing
What is the max JDBC batch size?

I have a list and that list increasing continuously. I am doing add batch depend on the list size. I …

java database postgresql jdbc batch-processing
Using StatelessSession for Batch processing

From documentation If we have a case where we need to insert 1000 000 rows/objects: Session session = sessionFactory.openSession(); Transaction tx = …

hibernate batch-processing
dos command to sperate file name and extension into variables

I need to copy a file x.dtsx from location a to location b. If x.dtsx already exists in …

batch-file dos batch-processing batch-rename