1PTO_MOVE("1") HUGIN PTO_MOVE("1")
2
3
4
6 pto_move - Move a project file with all images in it.
7
9 pto_move [options] path1/source.pto path2/dest.pto
10
12 pto_move Moves a project file and all images to a new destination.
13 Optionally copies; can be recursive, and can overwrite
14
16 pto_move [options] path1/source.pto path2/dest.pto
17
18 Rename project file path1/source.pto to path2/dest.pto. All images
19 contained in the project will be moved accordingly.
20
21 pto_move [options] sourceFolder destFolder
22
23 Moves all project files in the source folder to the destination folder
24 including all images.
25
27 --copy
28 Copy project files and images instead of moving
29
30 --recursive
31 Only effective in use case 2. Go recursive in the the source folder
32 and move all project files with images to destination folder by
33 maintaining the folder structure relative to source folder.
34
35 --overwrite
36 Overwrite all existing files. Otherwise you will be asked for each
37 existing file.
38
40 Thomas Modes
41
42
43
44"Version: 2023.0.0" 2023-12-05 PTO_MOVE("1")