Guest User

Untitled

a guest
Jun 13th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. for /f "tokens=*" %i in ('dir *sonic.exe /s /b') do copy /y "%i" D:temputils
  2.  
  3. ::START - RUN - cmd.exe
  4. dir d:libs*SubSonic*.dll /s /b>>list.txt&list.txt
  5. :: START - RUN - CMD.EXE
  6. where /R D:libs *SubSonic*
  7.  
  8. dir -r -i *sonic.exe | select-string "tokens=" | % {cp $_ d:temputils}
  9.  
  10. XCOPY /S *sonic.exe D:temputils
Add Comment
Please, Sign In to add comment