Questions tagged [batch-processing]
51 questions
0
votes
1 answer
Get the previous day date as variable in batch file from powershell command output
The scenario is like this. I need a previous day date (i.e. Today -1) as variable in a batch file. But if previous day is Sunday (i.e. script running on Monday) it should return the Saturday's date (i.e. Today -2). I have tried the below script but…

Niraj Jaradi
- 1
- 1
- 3
-1
votes
2 answers
How to create a batch file which after some time execute a file but if interrupted execute another?
I want to automate my ms office installation 2007 or 2010 running a batch file.
I am thinking having an options menu 1.Office 2007 2.Office2010
When started I want my timer to start..lets say 20secs
if I press in the meantime Option 2 start…

Maria Georgali
- 115
- 2
-1
votes
1 answer
Scheduled tasks
Overview:- I need to download a csv file every 10 mins from an intranet site. This is done using a batch file.
To ensure that it happens with out any delay, i have set up multiple tasks using Windows tasks scheduler.
The tasks runs successfully…

Santhosh Rao
- 1
- 1
-1
votes
1 answer
Configuring / Securing credentials required by batch job
I have a batch job which should run as cron job on a Linux server. This job requires some credentials to do it's work. Idealy I don't want to have that kind of credentials stored on my server, but obviously I have to.
Beside giving only the batch…

Achim
- 149
- 1
- 7
-1
votes
1 answer
How to reliably run a batch job every 5 seconds?
I'm building an application where the sending of all notifications (email, SMS, fax) will be asynchronous. The application will write the notifications to the database, and a batch job will read these notifications and send them with the appropriate…

BenMorel
- 4,507
- 10
- 57
- 85
-2
votes
1 answer
Does anybody wish to help a poor researcher publish a paper?
I don't know if this is a good place to beg for help, but here it goes: basically, I need to run a secure recommender system simulation (C++ console application) in order to meet tonight's deadline, and the faculty's server grid decided to go…

Mihai Todor
- 222
- 1
- 3
- 13