Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Other Programming (https://www.askmehelpdesk.com/forumdisplay.php?f=437)
-   -   Batch command to copy files of today's date? (https://www.askmehelpdesk.com/showthread.php?t=511962)

  • Sep 29, 2010, 03:29 AM
    kishorekonijeti
    Batch command to copy files of today's date?
    Hi

    I need to copy a file created on today in one folder to another folder by using a Batch File as I need to a MIS of the daily activities.

    Kindly help me on the above subject.
  • Sep 29, 2010, 03:31 AM
    NeedKarma
    batch file command for copy - Google Search
  • Oct 3, 2010, 05:23 PM
    GrantHillsSA

    Am not sure what folder should go where but here are the basics to get you started...

    Xcopy c:\123.wav c:\work /D:10-15-2009 ''mm-dd-yyyy''

    This will copy all files that have changed since this date.
    Hope this helps :)

  • All times are GMT -7. The time now is 05:01 PM.