batch file question

  • Thread starter Thread starter Jon
  • Start date Start date
J

Jon

I want to write a small batch file that I will Schedule in win2k to
run every day at a certain time. This script needs to do the
following:

get today's day, i.e Monday, Tuesday, etc. and then run a command
inserting today's day into two places of the source path. like this:

xcopy c:\folder\%day of the week%\%day of the week%file.abc \
\10.10.10.13\Share

Seems easy, but how would I do that?? Thanks to all who respond!!
 
Jon said:
I want to write a small batch file that I will Schedule in win2k to
run every day at a certain time. This script needs to do the
following:

get today's day, i.e Monday, Tuesday, etc. and then run a command
inserting today's day into two places of the source path. like this:

xcopy c:\folder\%day of the week%\%day of the week%file.abc \
\10.10.10.13\Share

Seems easy, but how would I do that?? Thanks to all who respond!!

Better to try in alt.msdos.batch.nt; those guys are great.
 
Back
Top