Search found 14 matches
- 04 Sep 2020 08:40
- Forum: DOS Batch Forum
- Topic: new way for downloading files
- Replies: 4
- Views: 5854
Re: new way for downloading files
Hello, I´m not at all sure what this thread is about... I just read "malware" and "download". So, I wanted to help with my experiences concierning downloading. And the JDownloader is quite a good method to filter unwanted files and handle downloading in a very comfortable way. So, that´s all from o...
- 04 Sep 2020 02:17
- Forum: DOS Batch Forum
- Topic: new way for downloading files
- Replies: 4
- Views: 5854
Re: new way for downloading files
Hello, I´ve no idea what the link is doing, but the word "malware" sound not good at all. Concierning "downloading" files, maybe You should have a look at the famous JDownloader. I do not know whether this a helpful for You or just a bit stupid. But if You need further infos there will be a better ...
- 04 Sep 2020 01:32
- Forum: DOS Batch Forum
- Topic: Copy, duplicate, rename...all that works, but the valuecheck is missing
- Replies: 8
- Views: 7136
Re: Copy, duplicate, rename...all that works, but the valuecheck is missing
Hello Steffen, no, the first code ( that I was not able to insert ) didn´t work over here. I don´t know why. With Your last script everything is perfect. Just the first start brought far more than "11" copies. Without any modification the second try was perfect. Thanks a lot and now I do what i use...
- 03 Sep 2020 17:47
- Forum: DOS Batch Forum
- Topic: Copy, duplicate, rename...all that works, but the valuecheck is missing
- Replies: 8
- Views: 7136
Re: Copy, duplicate, rename...all that works, but the valuecheck is missing
Hello Steffen, thanks for Your help. The point is indeed the syntx.. The code You posted recently didn´t work properly and I cannot find the error... This new code: I put in "11" for the number of duplicated files. The result: 442 copies...now I try to find out, where the problem is. And most of th...
- 02 Sep 2020 18:27
- Forum: DOS Batch Forum
- Topic: Copy, duplicate, rename...all that works, but the valuecheck is missing
- Replies: 8
- Views: 7136
Re: Copy, duplicate, rename...all that works, but the valuecheck is missing
Hello Steffen,
indead, I´m not so familiar with the syntax.
Meanwhile, I use a lot of different ways, but there is always a malfunction.
Can You please put the code into my script?
indead, I´m not so familiar with the syntax.
Meanwhile, I use a lot of different ways, but there is always a malfunction.
Can You please put the code into my script?
- 02 Sep 2020 15:22
- Forum: DOS Batch Forum
- Topic: Copy, duplicate, rename...all that works, but the valuecheck is missing
- Replies: 8
- Views: 7136
Copy, duplicate, rename...all that works, but the valuecheck is missing
Hello, this is my final version of the Script with the following funktion: 1. 2 Folders - Copy a file from one to the other directory ( source to target ) 2. Ask how often den copied file shall be duplicated - if yes...no...correct...cancel...automatically "YES" after a certain time + a few times "...
- 31 Aug 2020 12:49
- Forum: DOS Batch Forum
- Topic: Notifier for Claws Mail with sound - half finished alreadyady
- Replies: 0
- Views: 19983
Notifier for Claws Mail with sound - half finished alreadyady
Notifier for Claws Mail with sound - half finished already But my existing code is PowerShell because of the sound. I have no idea whether this works in batch, too... Hello, the DIY Nowifier for Claws Mail is already running, but I´d like to add features: 1. The amount of new incoming Emails 2. Sub...
- 31 Aug 2020 09:28
- Forum: DOS Batch Forum
- Topic: Copy Filename - Copy File to other directory - duplicate file - filename+continuous numerating
- Replies: 12
- Views: 10069
- 30 Aug 2020 16:36
- Forum: DOS Batch Forum
- Topic: Copy Filename - Copy File to other directory - duplicate file - filename+continuous numerating
- Replies: 12
- Views: 10069
Re: Copy Filename - Copy File to other directory - duplicate file - filename+continuous numerating
Hello Compo, the first to change was the 34 into 35, but I didn´t want to correct You or start a discussion. You don´t understand it! I need in Your eyes simple or stupid scripts, because I can follow perfect ones. You mentioned the reason way by Yourself: You do not use variables and other common ...
- 30 Aug 2020 15:15
- Forum: DOS Batch Forum
- Topic: Copy Filename - Copy File to other directory - duplicate file - filename+continuous numerating
- Replies: 12
- Views: 10069
Re: Copy Filename - Copy File to other directory - duplicate file - filename+continuous numerating
Hello Compo, the problem is, that I´ve too less experiences with such codes. The other versions are more clearly for me to "read" and "follow the steps". I simply do not understand that quality code at all, but the code from aGerman and others I´m better able to understand what will happen over the...
- 30 Aug 2020 13:37
- Forum: DOS Batch Forum
- Topic: Copy Filename - Copy File to other directory - duplicate file - filename+continuous numerating
- Replies: 12
- Views: 10069
Re: Copy Filename - Copy File to other directory - duplicate file - filename+continuous numerating
Hello Compo, there are sooo many people who are unable to know what I want or what I´m doing...that´s ok with me. Most of the time I join them. Then I do not feel so alone So, I checked Your solution and I cannot help saying a big "Thank You". The first solution that worked, but only duplicated 18 ...
- 30 Aug 2020 08:51
- Forum: DOS Batch Forum
- Topic: Copy Filename - Copy File to other directory - duplicate file - filename+continuous numerating
- Replies: 12
- Views: 10069
Re: Copy Filename - Copy File to other directory - duplicate file - filename+continuous numerating
H(e/a)llo Steffen, that works fine with me and my script. Many thanks! In the meantime I took a little parts of Your code from a recent post and tried to manage it alone. The result was: It also works, but I had a battle with the space between the filename and the number when Your perfect code arri...
- 30 Aug 2020 06:57
- Forum: DOS Batch Forum
- Topic: Copy Filename - Copy File to other directory - duplicate file - filename+continuous numerating
- Replies: 12
- Views: 10069
Re: Copy Filename - Copy File to other directory - duplicate file - filename+continuous numerating
Hello OJBakker, thanks a lot for the fast reply. I tested the script already, but there is something I cannot manage alone. The result is displayed in the following way: counter+filename+extension I´d like the way: filename+space+counter+extension I worked already a little around, but the result is...
- 29 Aug 2020 22:35
- Forum: DOS Batch Forum
- Topic: Copy Filename - Copy File to other directory - duplicate file - filename+continuous numerating
- Replies: 12
- Views: 10069
Copy Filename - Copy File to other directory - duplicate file - filename+continuous numerating
Hello, I´m the new guy in town. So, here comes my first request and I hope You can help me: This is what i already got: @ECHO OFF REM The taks is the following: REM Copy a single file from Quelle into Ziel ( name of the 2 directories ) REM duplicate ( in this case 34 time + continuous numerating RE...