Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

pause xcopy

974 views
Skip to first unread message

Smiles

unread,
Jan 3, 2011, 8:55:41 AM1/3/11
to
Happy new year

I have a bat file that I run to backup documents to a USB drive for
people, over the holidays I ran into two that ran over 4 hours slowing
them down the computer to a crawl. Is there away I can add a
pause/continue function so we can look at issues with out aborting and
restarting

thanks

foxidrive

unread,
Jan 3, 2011, 9:19:23 AM1/3/11
to

Use XXcopy from www.xxcopy.com instead.

It has the ability to skip files that exist already, which makes
restarting simple.

As for a slow machine while copying - if you are using XP and hard
drives in IDE mode (not AHCI) then check all the IDE channels in device
manager > IDE controllers, and if any are in PIO mode and not DMA mode
then remove all the IDE controllers in device manager and reboot.

That's a common fault with XP that slows a machine to a crawl.

--
Regards,
Mic

Todd Vargo

unread,
Jan 3, 2011, 10:48:14 AM1/3/11
to

IIRC, you can press the Pause/Break key to pause, and then Enter to resume.

Frank Westlake

unread,
Jan 3, 2011, 11:39:02 AM1/3/11
to
Smiles wrote:
^ Is there away I can add a pause/continue function
^ so we can look at issues with out aborting and
^ restarting

The PAUSE command?

Frank

FileGod

unread,
Jan 3, 2011, 12:58:36 PM1/3/11
to

I see pause has been mentioned...
mem
pause
dir

Ping gets used often in batch files here too
mem
ping -n 3 localhost
dir

You may have @echo off in your batch file & it could hide what the system
is doing, you could rem it out or turn the echo back on (echo on) in your
batch file to see whats going on which is a way to debug batch files...

http://www.filegod.netfirms.com

FileGod

unread,
Jan 3, 2011, 1:28:10 PM1/3/11
to

When I added a counter & stuff like that to my batch files it seems to
have extremely slowed them down.

FileGod

unread,
Jan 3, 2011, 1:38:17 PM1/3/11
to

You might be intrested in trying out Glary Utilities &
IObit Advanced SystemCare & see if they help.
IObit Advanced SystemCare found over 9,000 problems on my system...

Brian Cryer

unread,
Jan 5, 2011, 4:26:16 AM1/5/11
to
"foxidrive" <foxi...@gotcha.woohoo.invalid> wrote in message
news:MVkUo.4424$231....@newsfe14.iad...

> On 4/01/2011 00:55, Smiles wrote:
>> Happy new year
>>
>> I have a bat file that I run to backup documents to a USB drive for
>> people, over the holidays I ran into two that ran over 4 hours slowing
>> them down the computer to a crawl. Is there away I can add a
>> pause/continue function so we can look at issues with out aborting and
>> restarting
>>
>> thanks
>
> Use XXcopy from www.xxcopy.com instead.
>
> It has the ability to skip files that exist already, which makes
> restarting simple.

Just like xcopy /d ...

Or try CryCopy http://www.cryer.co.uk/downloads/crycopy/ which does the same
with the added bonuses that (i.) it will let you delete files that no longer
exist in the source and (ii.) its free.
--
Brian Cryer
http://www.cryer.co.uk/brian

Brian Cryer

unread,
Jan 5, 2011, 4:29:31 AM1/5/11
to
"Smiles" <smile_i...@hotmail.com> wrote in message
news:uzkUo.30894$Qi5....@newsfe01.iad...

Like others have suggested, provided your xcopy is generating output to
stdout then you can simply hit the pause key.

If its slow then I'd suspect a disk related problem - either with the source
disk or with the USB drive. I'd start by looking in the windows system event
log to see if any issues are reported there. A chkdsk on both the usb and
source disk might be a good idea too.

Smiles

unread,
Jan 5, 2011, 8:15:03 AM1/5/11
to

both would work but you must install software

this task is done on other peoples computers most of the time before
upgrade of rebuild of OS

thanks

0 new messages