you'd need to use notepad and create a file (renaming it with a .bat or .cmd
extension)
-------
net use x: "\\neralie\Backup of Study My Documents"
xcopy /e/c/h/y "c:\Documents and Settings\Tom\My Documents\." x:
net use /d x:
--
Posted 'as is'. If there are any spelling and/or grammar mistakes, they
were a direct result of my fingers and brain not being synchronized or my
lack of caffeine.
Mike
"Tom Stuart" <(E-Mail Removed)> wrote in message
news:OH$(E-Mail Removed)...
> Thanks for your help. Here are the details your after (I hope I
understood
> what you require!)
>
> The Group name is MSHOME
> The source computer is Dads (Study)
> Destination computer is Neralie (Videoed)
>
> Source directory: is simply My Documents or for full pathname:
> c:\Documents and Settings\Tom\My Documents and all subdirs below
>
> Destination is: VideoEd Docs (that is the share name for My Documents on
the
> dest computer)\Backup of Study My Documents
>
> That the info you want? Hope so ... thank you for you help thus far.
>
> Tom
>
>
>
>
>
>
> "Mike Brearley" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Try using a batch file to copy them.
> >
> > xcopy works great, just use xcopy /e/c/h/y drive:\path\. newdrive:\path
> >
> > e - copies all subdirectories (including empty ones, use s if you don't
> want
> > to copy empty directories)
> > c - continues on errors
> > h - copies hidden and system files (dragging and dropping a directory
will
> > also copy hidden and system files with the directory)
> > y - confirms any overwrites
> >
> > You'd have to use net use to map a drive letter to the drive on the
remote
> > system, but that's easy too. If you respond to me and let me know that
> > exact directory for the source and the destination I can send you
exactly
> > what you'd need. For the remote system, I'd need to know the computer
> name
> > and share name you are connecting to, or if you don't want to provide
> that,
> > you can fill in the appropriate names later.
> >
> > --
> > Posted 'as is'. If there are any spelling and/or grammar mistakes, they
> > were a direct result of my fingers and brain not being synchronized or
my
> > lack of caffeine.
> >
> > Mike
> >
> >
> > "Tom Stuart" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > I have a couple of computers networked. I thought that an easy way of
> > > backing up was to copy My Documents across each of the computers. I
> keep
> > > quite a few internet web pages, particularly ezine news articles.
They
> > seem
> > > to have very long file names. When I try to copy them I get a
"Filename
> > too
> > > long error". This makes no sense. How could they have been created
in
> > the
> > > first place?
> > >
> > > The most annoying part is that it crashes my attempts to copy all of
my
> > > documents. Is there some way I can get it to skip these files? I
don't
> > > want to delete them. They are nested down in sub-directories so it is
> not
> > > possible to deselect them from the main copy command.
> > >
> > > Tom Stuart
> > >
> > >
> >
> >
>
>
|