Search found 5 matches
- 05 Sep 2018 18:54
- Forum: DOS Batch Forum
- Topic: Help can JREPL do this?
- Replies: 10
- Views: 8414
Re: Help can JREPL do this?
You're totally right. Got it fixed now, and it's working perfectly. Thanks for the great help.
- 05 Sep 2018 17:42
- Forum: DOS Batch Forum
- Topic: Help can JREPL do this?
- Replies: 10
- Views: 8414
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
- 05 Sep 2018 13:14
- Forum: DOS Batch Forum
- Topic: Help can JREPL do this?
- Replies: 10
- Views: 8414
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...
- 05 Sep 2018 05:25
- Forum: DOS Batch Forum
- Topic: Help can JREPL do this?
- Replies: 10
- Views: 8414
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?
Does JREPL have a way to detect the last ".", and delete it with everything ahead of it?
- 04 Sep 2018 23:17
- Forum: DOS Batch Forum
- Topic: Help can JREPL do this?
- Replies: 10
- Views: 8414
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 ...