Click here to Skip to main content
15,910,872 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
QuestionWorkflows and batch files Pin
Marc Clifton6-Jun-18 3:53
mvaMarc Clifton6-Jun-18 3:53 
AnswerRe: Workflows and batch files Pin
Luca Leonardo Scorcia6-Jun-18 4:48
professionalLuca Leonardo Scorcia6-Jun-18 4:48 
AnswerRe: Workflows and batch files Pin
OriginalGriff6-Jun-18 4:58
mveOriginalGriff6-Jun-18 4:58 
GeneralRe: Workflows and batch files Pin
lopatir6-Jun-18 5:57
lopatir6-Jun-18 5:57 
AnswerRe: Workflows and batch files Pin
Eddy Vluggen6-Jun-18 5:03
professionalEddy Vluggen6-Jun-18 5:03 
GeneralRe: Workflows and batch files Pin
Jim Macdonald7-Jun-18 7:31
Jim Macdonald7-Jun-18 7:31 
AnswerRe: Workflows and batch files Pin
kmoorevs6-Jun-18 5:11
kmoorevs6-Jun-18 5:11 
AnswerRe: Workflows and batch files Pin
Gary Wheeler6-Jun-18 7:40
Gary Wheeler6-Jun-18 7:40 
The key phrase for me is "at night". I have nightly batch files on each of our department servers that handle backups and other routine stuff. For me, this is an application of KISS.

Our automated build process OTOH is a Windows service written in C#. A base class executes all the steps required for the build, from retrieving source code from source control to archiving the build folder at the end in an .ISO file. Product-specific classes derived from the base class handle situations unique to each product. The process itself is fairly granular, and can be paused and resumed or canceled easily. If the service is running on one of our build servers it performs a production build. If it's running on a developer's machine, certain steps are omitted to reduce the build time.
Software Zen: delete this;

AnswerRe: Workflows and batch files Pin
abmv6-Jun-18 8:24
professionalabmv6-Jun-18 8:24 
AnswerRe: Workflows and batch files Pin
Nelek6-Jun-18 9:42
protectorNelek6-Jun-18 9:42 
AnswerRe: Workflows and batch files Pin
PIEBALDconsult6-Jun-18 9:59
mvePIEBALDconsult6-Jun-18 9:59 
AnswerRe: Workflows and batch files Pin
RandyBuchholz6-Jun-18 13:42
RandyBuchholz6-Jun-18 13:42 
AnswerRe: Workflows and batch files Pin
Paul Sanders (the other one)6-Jun-18 20:15
Paul Sanders (the other one)6-Jun-18 20:15 
AnswerRe: Workflows and batch files Pin
Kirill Illenseer6-Jun-18 20:16
Kirill Illenseer6-Jun-18 20:16 
AnswerRe: Workflows and batch files Pin
Ste.S6-Jun-18 21:19
Ste.S6-Jun-18 21:19 
AnswerRe: Workflows and batch files Pin
Bernard-Ashton6-Jun-18 21:30
Bernard-Ashton6-Jun-18 21:30 
AnswerRe: Workflows and batch files Pin
Naseem @ Ofc7-Jun-18 0:39
Naseem @ Ofc7-Jun-18 0:39 
GeneralRe: Workflows and batch files Pin
Y'hoshua Hightower7-Jun-18 3:16
Y'hoshua Hightower7-Jun-18 3:16 
AnswerRe: Workflows and batch files Pin
MikeTheFid7-Jun-18 0:51
MikeTheFid7-Jun-18 0:51 
AnswerRe: Workflows and batch files Pin
rnbergren7-Jun-18 2:50
rnbergren7-Jun-18 2:50 
AnswerRe: Workflows and batch files Pin
DumpsterJuice7-Jun-18 3:53
DumpsterJuice7-Jun-18 3:53 
AnswerRe: Workflows and batch files Pin
DumpsterJuice7-Jun-18 3:54
DumpsterJuice7-Jun-18 3:54 
AnswerRe: Workflows and batch files Pin
Gerry Schmitz7-Jun-18 6:44
mveGerry Schmitz7-Jun-18 6:44 
GeneralWere the hamsters out of their cage this am. Pin
glennPattonWork36-Jun-18 1:35
professionalglennPattonWork36-Jun-18 1:35 
GeneralRe: Were the hamsters out of their cage this am. Pin
Eddy Vluggen6-Jun-18 1:55
professionalEddy Vluggen6-Jun-18 1:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.