English > Support
Sample template question
Ivek23:
--- Quote from: rick.ca on December 31, 2010, 10:30:55 pm ---
--- Quote ---I am curious if it is to copy the other files without having to copy the movie.
--- End quote ---
Not using a wild card—it will repeat the command for every match.
--- End quote ---
Ok, if I understand this right, without this the ".*" wild card command, the command is repeated for each file separately.
BTW: Happy New Year, Rick.ca
rick.ca:
No. It will not "copy the other files without having to copy the movie." The wild card causes the command to be repeated for every match. To copy other files and not the movie, you would have to use conditional statements—or just use a separate command for every file type that might exist (e.g., .jpg, .png, .srt, .nfo, etc.) and you want to copy.
Happy New Year!
Ivek23:
--- Quote ---Happy New Year!
--- End quote ---
Thanks
--- Quote ---No. It will not "copy the other files without having to copy the movie." The wild card causes the command to be repeated for every match. To copy other files and not the movie, you would have to use conditional statements—or just use a separate command for every file type that might exist (e.g., .jpg, .png, .srt, .nfo, etc.) and you want to copy.
--- End quote ---
Ok, I understand.
Please say for example for .jpg, then I'll be for other types of files that can exist alone editor.
rick.ca:
--- Quote ---Please say for example for .jpg...
--- End quote ---
copy "{#StringReplace '{%value=path}' '{#ExtractFileExt {%value=path}}' '.jpg'}" D:\Video2Go\
copy "{#StringReplace '{%value=path}' '{#ExtractFileExt {%value=path}}' '.srt'}" D:\Video2Go\
copy "{#StringReplace '{%value=path}' '{#ExtractFileExt {%value=path}}' '.nfo'}" D:\Video2Go\
...
Ivek23:
--- Quote from: rick.ca on January 01, 2011, 12:15:47 pm ---
--- Quote ---Please say for example for .jpg...
--- End quote ---
copy "{#StringReplace '{%value=path}' '{#ExtractFileExt {%value=path}}' '.jpg'}" D:\Video2Go\
copy "{#StringReplace '{%value=path}' '{#ExtractFileExt {%value=path}}' '.srt'}" D:\Video2Go\
copy "{#StringReplace '{%value=path}' '{#ExtractFileExt {%value=path}}' '.nfo'}" D:\Video2Go\
...
--- End quote ---
Thank you for this.
How could referred to a subfolder in the movie folder and copied the example zip file, or so I have to rename subfolders, or even move a file from subfolders.
The reason that I ask this is because I have the movie folders subfolders called Folder made very large files in zip mode.
And how to do this.
Example: From the folder D: \ Video2Go \ now how to copy (or move) of a specific file (eg. txt,. nfo, ... but not a movie, if possible, of course) in this example movie folder (or other movie folder) L: \ MOVIES \ Comedy \ Subtitles \ 100 girls \ Folder (for example, such a subfolder of this or any other name) to be there such as creating a subfolder, or perhaps there is still another way for such copying.The reason for this is that it could then more of the Sample template text files copied (move) in the movie folder into subfolders.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version