Search found 5 matches

by JacobMIX
05 Sep 2018 18:54
Forum: DOS Batch Forum
Topic: Help can JREPL do this?
Replies: 10
Views: 7369

Re: Help can JREPL do this?

You're totally right. Got it fixed now, and it's working perfectly. Thanks for the great help.
by JacobMIX
05 Sep 2018 17:42
Forum: DOS Batch Forum
Topic: Help can JREPL do this?
Replies: 10
Views: 7369

Re: Help can JREPL do this?

Damn it nope. Seems it still fails after the loop. I get this error now: http://prntscr.com/kr3gu3
by JacobMIX
05 Sep 2018 13:14
Forum: DOS Batch Forum
Topic: Help can JREPL do this?
Replies: 10
Views: 7369

Re: Help can JREPL do this?

It seems to work the first time it runs it, but next loop it doesn't. I get this error: JScript runtime error in Search regular expression: Syntax error in regular expression I want a cleaned up version of what file the PotPlayer is playing. Something like: [TextHere].CoolVidoe.-.Hip.video.-.#01.(Pi...
by JacobMIX
05 Sep 2018 05:25
Forum: DOS Batch Forum
Topic: Help can JREPL do this?
Replies: 10
Views: 7369

Re: Help can JREPL do this?

Thanks. Your script works almost perfectly. But some stuff at the end isn't gone. (The stuff after the last "." i mean)
Does JREPL have a way to detect the last ".", and delete it with everything ahead of it?
by JacobMIX
04 Sep 2018 23:17
Forum: DOS Batch Forum
Topic: Help can JREPL do this?
Replies: 10
Views: 7369

Help can JREPL do this?

I wanna use a bat file to delete "[", "]", and anything between them. Plus replace any "." with spaces, and remove everything after the last "." Then also remove any blank space " " that might be at the start or the end. Can't seem to find an easy way to do it. Then i stumbled upon JREPL.BAT, but i ...