Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Batch files execution

Featured Replies

XP Home sp.2 fully updated.

Hypothetical situation. Lots of file transfers over a network. Three batch files used for copying, each file takes say 45 mins to run individually. Obviously that's over two hours if the files are run consecutively.

If all three files are started at one time (three cmd.exe's running) would there be an appreciable time saving?

Thanks

If you use default DOS commands, no. If you would use specific copy tools, then maybe yes. Terracopy is something which comes to mind. Never really used it myself, don't know if it can be scripted, but it might give you a pointer in the right direction.

Simultaneous running commands will generally work quicker than consecutively running ones.

Your biggest problem would more likely be with local hard drive head movement and writing to more than one network location at the same time.

Trying it is your only sure fire way, but ensure that you play safe and use something like robocopy with its switches for handling verification and/or errors.

To do it I would create a master batch file and run my three individual copy batches from it.

for example:

START "" %comspec% /c docopy1.cmd
START "" %comspec% /c docopy2.cmd
START "" %comspec% /c docopy3.cmd

  • Author

Thank you both - I will investigate Terracopy and Robocopy.

V..

I agree with jaclaz compressing it locally before transfer it, seems the best solution, also i don't think a batch contain three batches gonna be good, cause each batch will take its own time to open a session and start copy and so on.

Note that I said generally and also said that the only sure fire way would be to try it. On occasions when I have it has been.

Other things tried too have been using additional copies of the command interpreter in different locations and running a different one for each copy operation.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.