AnatoliyTkachev

Untitled

Sep 18th, 2014
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. @echo off
  2. cd /d c:\ContextMenu
  3. attrib -r -s -h temp /s /d
  4. rd temp /s /q
  5. md temp
  6. xcopy %1 temp /h /y /s
Add Comment
Please, Sign In to add comment