Networking Forums

Networking Forums > Computer Networking > Windows Networking > 2 laptops with Win98SE

Reply
Thread Tools Display Modes

2 laptops with Win98SE

 
 
Doug Boufford
Guest
Posts: n/a

 
      02-15-2004, 11:51 AM
I have 2 Toshiba laptops, both running WIN 98SE, which have a network cable attached
between them (no router - just a cable- ? twisted?)

I have moved files before from one to the other with no problem, using Explorer or
Powerdesk.

I backup my main laptop weekly to CDRs. As extra insurance, I wanted to copy certain
data files over from main to backup laptop. This woked fine the 1st time I did it.
Now when I try to copy the DATA folder from main to BU laptop, I get a mesage that it
cannot copy file over as there already is one with the same name.

I assumed that I would get the chance to overwrite the first file on the BU laptop &
let it copy over it. So much for assuming........

Is this "standard" behavior and is there a way around it?

TIA

Doug
 
Reply With Quote
 
 
 
 
Richard G. Harper
Guest
Posts: n/a

 
      02-15-2004, 01:27 PM
That's standard behaviour. The workaround is to erase the destination files
before copying the source files to the destination. You could easily do
this with a batch file, like so:

@echo off
del \\destination\directory\*.*
copy \\source\directory\*.* \\destination\directory\*.*

This assumes that the source and destination directories don't contain any
folders themselves. If they do then we need to get a bit fancier, or you
just need to delete them with Explorer before copying them.

--
Richard G. Harper [MVP Win9x] (E-Mail Removed)
* PLEASE post all messages and replies in the newsgroups
* for the benefit of all. Private mail is usually not replied to.
* HELP us help YOU ... http://www.dts-l.org/goodpost.htm


"Doug Boufford" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have 2 Toshiba laptops, both running WIN 98SE, which have a network

cable attached
> between them (no router - just a cable- ? twisted?)
>
> I have moved files before from one to the other with no problem, using

Explorer or
> Powerdesk.
>
> I backup my main laptop weekly to CDRs. As extra insurance, I wanted to

copy certain
> data files over from main to backup laptop. This woked fine the 1st time I

did it.
> Now when I try to copy the DATA folder from main to BU laptop, I get a

mesage that it
> cannot copy file over as there already is one with the same name.
>
> I assumed that I would get the chance to overwrite the first file on the

BU laptop &
> let it copy over it. So much for assuming........
>
> Is this "standard" behavior and is there a way around it?
>
> TIA
>
> Doug



 
Reply With Quote
 
Doug Boufford
Guest
Posts: n/a

 
      02-15-2004, 03:14 PM
Richard G. Harper wrote:
> That's standard behaviour. The workaround is to erase the destination files
> before copying the source files to the destination. You could easily do
> this with a batch file, like so:
>
> @echo off
> del \\destination\directory\*.*
> copy \\source\directory\*.* \\destination\directory\*.*
>
> This assumes that the source and destination directories don't contain any
> folders themselves. If they do then we need to get a bit fancier, or you
> just need to delete them with Explorer before copying them.
>

Thanks Richard

Doug
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Connecting Laptops Lisa Thomas-Bates Wireless Networks 6 09-29-2006 11:57 AM
Wireless network between 2 laptops - XP/WI-fi & Win98SE/LAN card Jonathan Wireless Networks 4 08-07-2006 08:51 PM
20 laptops Wi-Fi on LAN ..... Y/N? ComPCs Wireless Networks 6 10-16-2005 09:24 AM
Cheap Laptops AF Home Networking 3 08-17-2004 01:15 AM
Two Laptops sara Wireless Internet 4 08-09-2004 05:40 PM



1 2 3 4 5 6 7 8 9 10 11