D dbarton Senior member Apr 11, 2002 767 0 76 Dec 19, 2008 #1 I want to do this: robocopy g:\ i:\BU_G /s /xo /purge /xf pagefile*.* /w:1 /r:1 BUT only on files whose names start with 0-9 or a-k I could enter 36 lines to do it, but is there a fancy way?
I want to do this: robocopy g:\ i:\BU_G /s /xo /purge /xf pagefile*.* /w:1 /r:1 BUT only on files whose names start with 0-9 or a-k I could enter 36 lines to do it, but is there a fancy way?
D dbarton Senior member Apr 11, 2002 767 0 76 Dec 19, 2008 #2 never mind, just used 36 lines of robocopy... seems fine.