Jump to content

File Copy


ROCIT
 Share

Recommended Posts

Hi,

We use a batch file to copy server backups at a set time (Run from Scheduled tasks on Server 2003).

CODE
@echo off

echo Copying files, A message will be displayed when the copy is complete.

echo Please wait...

copy "C:\File_Location\File.extension" "X:\*.*"

echo ! C O P Y C O M P L E T E !

pause

Exit

This copies the file from the folder on the C drive onto the X drive, and tells the user if the file has coppied or not, but shows no progress, which is irritating for files og 100GB plus...

Does anyone have a graphical working script which could do the above, with a progress bar.

Sorry if this has been asked before, but a trawl of the forums didn't bring back a coplete solution...

Thanks,

Link to comment
Share on other sites

Search the forum for "Copy with progress" and you will find loads of examples

Edit - typo

Edited by BigDod


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...