Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rem -- gets day of the week in one line
- rem -- by Vasil "npocmaka" Arnaudov
- @for /f "skip=10 tokens=3 delims= " %%D in ('@robocopy /l * %tmp% %tmp% /ns /nc /ndl /nfl /np /njh') do @echo %%D
- rem for command prompt use:
- rem @for /f "skip=10 tokens=3 delims= " %D in ('@robocopy /l * %tmp% %tmp% /ns /nc /ndl /nfl /np /njh') do @echo %D
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement