Dear., Sir
> Dear., Sir
[
Return FastCopy / All view / Newest title / New post / Admin
]
![]()
Command line filter from date to date. : Pongsiri Tantrawanich(10/2/3 22:19)
![]()
Re:Command line filter from date to date. : Alphath(10/2/4 19:02)
259
Root
v[260]
Command line filter from date to date.
I have a problem for command line.
I want to copy file from "20090101" to "20090115".
Do you show me for command line of FastCopy?
fastcopy C:\Test\*.* /to="C:\Temp" /from_date="20090101" /to_date="20090115"
Best Regards,
Pongsiri Tantrawanich
260
^[259]
None
Re:Command line filter from date to date.
>
> I have a problem for command line.
> I want to copy file from "20090101" to "20090115".
> Do you show me for command line of FastCopy?
>
> fastcopy C:\Test\*.* /to="C:\Temp" /from_date="20090101" /to_date="20090115"
>
>
> Best Regards,
> Pongsiri Tantrawanich
>
>
Command line : fastcopy /from_date="20090101" /to_date="20090115" C:\Test\*.* /to="C:\Temp"