Search found 7 matches

by stathis
27 Apr 2015 11:15
Forum: DOS Batch Forum
Topic: batch file multiple instances
Replies: 4
Views: 4412

Re: batch file multiple instances

Since you've provided little information regarding your OS, paths etc., the least you could do is paste your existing batch file (between code tags) into your message! Compo thanks for the reply. OS is Windows 8.1 and path is c:\batch.bat I'm not at home now to post the code, but i don't think it m...
by stathis
27 Apr 2015 10:46
Forum: DOS Batch Forum
Topic: batch file multiple instances
Replies: 4
Views: 4412

batch file multiple instances

Hey everyone. I need help with something. I have a batch file batch.bat that runs after a torrent finishes performing some standardized routines. Sometimes it happens, while batch file is still running, that another torrent finishes and batch.bat is triggered again, messing everything up. What is wa...
by stathis
28 Oct 2013 11:56
Forum: DOS Batch Forum
Topic: Batch file Help
Replies: 7
Views: 7444

Re: Batch file Help

Again fantastic job. Working perfectly. You are a life saver. Thanks a lot!!
by stathis
28 Oct 2013 00:05
Forum: DOS Batch Forum
Topic: Batch file Help
Replies: 7
Views: 7444

Re: Batch file Help

ShadowThief i came across a problem with the batch last night. I realised that sometimes tv show eps have the year in the name as well. So for example last night i got the following. Beauty.and.The.Beast.2012.S02E04.HDTV.x264-2HD.mp4 which the script changed to Beauty.and.The.Beast.s20e12.S02E04.HDT...
by stathis
25 Oct 2013 23:33
Forum: DOS Batch Forum
Topic: Batch file Help
Replies: 7
Views: 7444

Re: Batch file Help

a thousand thanks :) Works perfectly.

It will make my life a lot easier now
by stathis
25 Oct 2013 08:18
Forum: DOS Batch Forum
Topic: Batch file Help
Replies: 7
Views: 7444

Re: Batch file Help

Thanks for this. When using "as is" it seems that it works ok. Edit. It creates a full stop at the end of the !file_name! E:\>test.bat ncis.1105.hdtv-lol.mp4 ncis.s11e05.hdtv-lol.mp4. E:\> When uncommenting the rename command though i get a "The syntax of the command is incorrect"...
by stathis
23 Oct 2013 11:57
Forum: DOS Batch Forum
Topic: Batch file Help
Replies: 7
Views: 7444

Batch file Help

Guys i need your help with some batch programming. I need a script to check a string like the one below greys.anatomy.1005.hdtv-lol.mp4 If it finds 4 consecutive numbers that start with 10-19 it should replace it with S10E so 1001 becomes S10E01 1524 becomes S15E24 but 2012 remains 2012 Any help is ...