Search found 1 match

by RedSteelMoss
28 Dec 2018, 06:02
Forum: Scripting and Automation
Topic: [Windows] Suppress CMD window
Replies: 14
Views: 35213

Re: [Windows] Suppress CMD window

Hello! I'm using the python script to call filebot. I'd just like to make a suggestion that you say in the post or in the script itself that if you're using regex in the custom formats you need to double the amount of backslashes. So \b would have to be \\b and \w would have to be \\w etc.