for loop - How to append 2>nul into the bat script -
thanks time advise me on this. script in bat file.
for /d %%p in ("v:\stagingarea\stagingdownload\cs\or*") move %%p "/y v:\stagingarea\stagingdownload\_download_archive\cs" 2>nul
is appended {2>nul} @ correct place? script end 1 folder appear in source , destination folder not copied over. intention overwrite though located @ destination.
Comments
Post a Comment