Recent content by matrixebiz

  1. M

    Question Batch Script to move specific file ext

    NVM, Looks like a simple robocopy command will do what I want; robocopy "C:\My Source" "C:\My Destination" *.onetoc2 /S /MOV
  2. M

    Question Batch Script to move specific file ext

    Good Day, I'm running Windows 10 and searched a few threads but didn't fine one specific to my needs so hoping someone could help me out. What I would like is a batch script to search a folder and all it's subfolders for a specific file ext of my choosing, for example *.onetoc2 and move it to a...