Differences
This shows you the differences between the selected revisions of the page.
2018-08-30 | 2018-11-01 | ||
AllDirectories needs to be used for the script to make any sense (martin) | consistency (martin) | ||
Line 37: | Line 37: | ||
"exit" | "exit" | ||
for /r "%TMPPATH%" %%f in ("*.*") do move "%%f" "C:\local\path\" | for /r "%TMPPATH%" %%f in ("*.*") do move "%%f" "C:\local\path\" | ||
- | rd /s /q "%TMPPATH%" | + | rmdir /s /q "%TMPPATH%" |
</code> | </code> | ||