How to make duplicates with different names from a single fi
Moderators: Hacker, petermad, Stefan2, white
How to make duplicates with different names from a single fi
How to make duplicates with different names from a single file
Re: How to make duplicates with different names from a singl
Ctrl+Cgold01 wrote:How to make duplicates with different names from a single file
Ctrl+V
- fenix_productions
- Power Member
- Posts: 1979
- Joined: 2005-08-07, 13:23 UTC
- Location: Poland
- Contact:
How is anybody to know that you intend to take the file names from a list file if you don't say so? A good example of why it's important to phrase questions as exactly as possible.gold01 wrote:and according to the file names from the list
example: copy file a.pdf to 3 different files taking names from file list.txt (ss.pdf, 231.pdf, dd.pdf)
I think (though I don't know) that there are some scripting solutions for such a task here in the forum. You could take a look at the MakeBAT plugin/addon that may help creating batch files that do the actual copying.
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: How to make duplicates with different names from a singl
if you have a constant file list and want to copy the selected file, you can use TCBL to dogold01 wrote:How to make duplicates with different names from a single file
Code: Select all
command: <Path to>\tcbl.exe
parameters: "<path to>\list.txt" copy "%N" $f
Dalai, thank you
I downloaded this file, registered it as packer according to install.txt.
But how to use it? could you please explain
let's say in folder d:\test I want to copy initial file A.pdf to three files according to the names listed in list.txt file(SS.pdf, 231.pdf, DD.pdf)
what should be the sintax of command line?
I downloaded this file, registered it as packer according to install.txt.
But how to use it? could you please explain
let's say in folder d:\test I want to copy initial file A.pdf to three files according to the names listed in list.txt file(SS.pdf, 231.pdf, DD.pdf)
what should be the sintax of command line?
I was wrong. I thought MakeBAT would help, because I hoped that you can work with a list file in the batch, but it doesn't look like it. So, you can either write a script by hand (if the list file is always the same) with any scripting language (Batch, PowerShell, Python etc) or try the tool nsp suggested.But how to use it? could you please explain
You're using TrendMicro, aren't you? I'm pretty sure it's a false positive, according to this VirusTotal analysis.gold01 wrote:thank you, but malware was detected from this URL
"File: TCBL/tcbl.exe, Enclosure: tcbl_dist.zip, malicious code name: PAK_Generic.005
The file is deleted."
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
- Vochomurka
- Power Member
- Posts: 816
- Joined: 2005-09-14, 22:19 UTC
- Location: Russia
- Contact:
Single user license #329241
PowerPro scripts for Total Commander
PowerPro scripts for Total Commander
- Vochomurka
- Power Member
- Posts: 816
- Joined: 2005-09-14, 22:19 UTC
- Location: Russia
- Contact:
Have you tried Multirename tool (MRT)?
1) Make as many duplicates as you need;
2) Open MRT with these;
3) Press "Edit names";
4) In text editor replace column of target names with that from your list (powerful text editors like EmEditor can do this);
5) Save the file;
6) Press "Start!";
7) Enjoy
Added
Also try this script
1) Make as many duplicates as you need;
2) Open MRT with these;
3) Press "Edit names";
4) In text editor replace column of target names with that from your list (powerful text editors like EmEditor can do this);
5) Save the file;
6) Press "Start!";
7) Enjoy
Added
Also try this script
Single user license #329241
PowerPro scripts for Total Commander
PowerPro scripts for Total Commander
- Vochomurka
- Power Member
- Posts: 816
- Joined: 2005-09-14, 22:19 UTC
- Location: Russia
- Contact:
MRT does not duplicate files, my script does. Did you first perform step 1?
Single user license #329241
PowerPro scripts for Total Commander
PowerPro scripts for Total Commander