Search found 2 matches

by excessium
31 Mar 2015 03:10
Forum: DOS Batch Forum
Topic: Batch script - Closing separate cmd windows opened by batch
Replies: 2
Views: 1658

Re: Batch script - Closing separate cmd windows opened by ba

I have a script that runs in cmd.exe that does a bunch of things like moving a huge amount of files from a location to another. Lets call it movefile.cmd This script works, but happens to stop (not crash) sometimes. Its important that this script always runs How about solving the reason why it stop...
by excessium
31 Mar 2015 02:36
Forum: DOS Batch Forum
Topic: Batch script - Closing separate cmd windows opened by batch
Replies: 2
Views: 1658

Batch script - Closing separate cmd windows opened by batch

Hello world, I'm new to this forum and decided to join to get som knownledge and hopefully help on my way. The past few days I have been working on a script that I thought would be rather easy but it seems not, and I do understand why. My problem is how to get around it. The batch script I need expl...