saving file to another directory
saving file to another directory
I have a video in E:\PIXAR\Finding Dory 2016 and would like to save it in Y:\DIsney\Pixarm how do i do this in the gui? John
Re: saving file to another directory
Does the {y} have to be at the end of the line.
I tried it without and i got an error because
of the colon in next of the Y in Y:\disney\Pixar {n} {y}. How to solve this , should it be {Y:\disney\Pixar {n}} ?
I tried it without and i got an error because
of the colon in next of the Y in Y:\disney\Pixar {n} {y}. How to solve this , should it be {Y:\disney\Pixar {n}} ?
Re: saving file to another directory
After keying in what the picture below shows

I get this error

What did I do wrong? John

I get this error

What did I do wrong? John
Re: saving file to another directory
AFter putting this into the gui
https://snipboard.io/VWZszH.jpg
I git this error
snipboard.io/5CjZoW.jpg
How do i solve this problem? John
https://snipboard.io/VWZszH.jpg
I git this error
snipboard.io/5CjZoW.jpg
How do i solve this problem? John
Re: saving file to another directory
Windows does not allow : colon in file names. You therefore cannot have a folder named "2021 Y:".
You may click the green Validate button to strip : colon from the file path before clicking on the Continue button.
If you want to move files from drive X: to drive Y: then your custom format is bad. You're somehow accidentally generating invalid file paths. You'll want to remove the part that generates the leading X:\2021 part and make sure to generate valid file paths that start with Y:\.


Re: saving file to another directory
That is automatically generated. How do I revise the format so it works?
Re: saving file to another directory
What format are you currently using?
Re: saving file to another directory
Movie
I took out the year at the front and it moved perfectly however If I put the year in brackets at the will it work?
I took out the year at the front and it moved perfectly however If I put the year in brackets at the will it work?
Re: saving file to another directory
We need your format and the output you want e.g.
=
=
Code: Select all
Y:\Disney\Pixar\{n} {y}
you can do this if that what you mean ?Y:\Disney\Pixar\movie 2020
Code: Select all
Y:\{y}\Disney\Pixar\{n} {y}
Y:\2020\Disney\Pixar\movie 2020