Advertisement
theakx

Untitled

Mar 26th, 2021
882
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.75 KB | None | 0 0
  1. del /S C:\Users\owner\Videos\Zoom\*.zoom
  2. net use Z: /delete
  3. net use Z: "\\FILES\storage\Media\Business Videos"
  4.  
  5. "C:\ProgramData\chocolatey\lib\fastcopy.portable\FastCopy392_x64\FastCopy.exe" /no_ui  /cmd=move "C:\Users\owner\Videos\zoom\*" /to="Z:\Video Calls\"
  6.  
  7. "C:\ProgramData\chocolatey\lib\fastcopy.portable\FastCopy392_x64\FastCopy.exe" /no_ui  /cmd=move "C:\Users\owner\Videos\OBS\*" /to="Z:\_inbox\"
  8.  
  9. powershell -command "Get-ChildItem 'Z:\Video Calls' -Filter *.mp4 -Recurse | Rename-Item -NewName { $_.Directory.Name + '.mp4'}"
  10.  
  11. start chrome https://studio.youtube.com/channel/UCCMIrVnxJ0UD9GuQ_9oVuGA/videos/upload?d=ud&filter=%5B%5D&sort=%7B%22columnType%22%3A%22date%22%2C%22sortOrder%22%3A%22DESCENDING%22%7D
  12.  
  13. net use Z: /delete
  14. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement