send file to - script for copy file to another directory

HandBrake for Windows support
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Post Reply
viniciusasfreire
Posts: 3
Joined: Thu Sep 23, 2021 3:47 pm

send file to - script for copy file to another directory

Post by viniciusasfreire »

Hi guys, I'm trying to make a bat script to copy all the files converted by handbreak to a single directory using Send File To . I wanted to gather all files in one place besides the default location of each file.
I've tried using copy, move, etc, but it doesn't work. Does anyone know any simple script where I just change the path to copy the converted files?

PS. I work with video editing, and I suck at programming. Please someone?


HandBrake 1.4.1 (2021081500)
OS: Microsoft Windows NT 10.0.19043.0
CPU: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz
Ram: 65345 MB,
GPU Information:
NVIDIA GeForce RTX 3080 Laptop GPU - 30.0.14.7141
Screen: 1920x1080
Temp Dir: C:\Users\vinic\AppData\Local\Temp\
Install Dir: C:\Program Files\HandBrake\
Data Dir: C:\Users\vinic\AppData\Roaming\HandBrake
rollin_eng
Veteran User
Posts: 4836
Joined: Wed May 04, 2011 11:06 pm

Re: send file to - script for copy file to another directory

Post by rollin_eng »

Your best bet is to just use the CLI in your bat script, then add a copy/move command at the end.
rollin_eng
Veteran User
Posts: 4836
Joined: Wed May 04, 2011 11:06 pm

Re: send file to - script for copy file to another directory

Post by rollin_eng »

Or just set your output directory to be where you want them.
viniciusasfreire
Posts: 3
Joined: Thu Sep 23, 2021 3:47 pm

Re: send file to - script for copy file to another directory

Post by viniciusasfreire »

rollin_eng wrote: Thu Sep 23, 2021 5:01 pm Your best bet is to just use the CLI in your bat script, then add a copy/move command at the end.
hmm...
I don't know what CLI is but I will research about it. Thanks
viniciusasfreire
Posts: 3
Joined: Thu Sep 23, 2021 3:47 pm

Re: send file to - script for copy file to another directory

Post by viniciusasfreire »

rollin_eng wrote: Thu Sep 23, 2021 5:55 pm Or just set your output directory to be where you want them.
yes, this option is already set to {source_path}
I would like to add one more output location to gather all files.
Post Reply