Re: Backup query
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Tue, 15 Aug 2006 12:49:42 +1000
"TR" <do_not@xxxxxxxx> wrote in message
news:ebra7o$3t$1@xxxxxxxxxxxxxxxxxxxxxxx
Hi,Is
Using windows 2000 on our work computer and we have to backup our files.
there a simple program that can look for selected files (in our case docand
xls) on the harddrive and back them up to a flash drive?
We have a number of users creating important files all over the harddrive.
Using the Win 2000 backup program is a nightmare, trying manually to find
all the files. It does not seem to have a filter system in it.
Any suggestions for an easy to use program would be appreciated.
TR
Create the batch file below, then create a shortcut to it so that
your users can click it when necessary.
@echo off
xcopy /y /c /d /y "c:\Documents and Settings*.doc" F:\Backup\
xcopy /y /c /d /y "c:\Documents and Settings*.xls" F:\Backup\
echo.
echo Press the Space Bar to close this window.
pause > nul
.
- Follow-Ups:
- Re: Backup query
- From: DL
- Re: Backup query
- From: Stubby
- Re: Backup query
- From: TR
- Re: Backup query
- References:
- Backup query
- From: TR
- Backup query
- Prev by Date: Re: 16-bit MS-DO Subsystem
- Next by Date: Re: Cannot open any directory--very urgently
- Previous by thread: Backup query
- Next by thread: Re: Backup query
- Index(es):
Relevant Pages
|