Re: How to write a batch file for backup?
- From: "Pegasus \(MVP\)" <I.can@xxxxxxxxxx>
- Date: Sat, 29 Nov 2008 08:24:39 +0100
"Eric" <Eric@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F944397E-EC8C-43D5-88A7-2AEB1E692012@xxxxxxxxxxxxxxxx
Thank everyone very much for suggestions
Within the batch file, will it be possible to create a folder named by
today
before copy into this folder? such as
"F:\My Backups\291108", which stands for 29-Nov-2008
Does anyone have any suggestions?
Thank everyone very much for any suggestions
Eric
Yes, it is, but the method depends on the date format generated by your
installation. Do this:
- Click Start / Run / cmd {OK}
- Type this command:
echo %date%{Enter}
- Report exactly what you see.
.
- Follow-Ups:
- Re: How to write a batch file for backup?
- From: Eric
- Re: How to write a batch file for backup?
- References:
- How to write a batch file for backup?
- From: Eric
- Re: How to write a batch file for backup?
- From: Pegasus \(MVP\)
- Re: How to write a batch file for backup?
- From: Big_Al
- Re: How to write a batch file for backup?
- From: Pegasus \(MVP\)
- Re: How to write a batch file for backup?
- From: Eric
- How to write a batch file for backup?
- Prev by Date: Re: BSOD - Stop Errors
- Next by Date: Re: Installed SP3 - Disk Read Error, Press Ctrl+Alt+Del to Restart
- Previous by thread: Re: How to write a batch file for backup?
- Next by thread: Re: How to write a batch file for backup?
- Index(es):
Relevant Pages
|