Thanks. Using the converted file name works, though I had to learn some DOS. In case anyone else needs this, the batch file I used to delete srt and edl files:
del "%~dpn1.srt"
del "%~dpn1.edl"
where %1 comes from PostCustomCommandParameters=""%convertedfile%"". Seems to need a lot of "" marks to deal with spaces in show names.
Bug report is posted.
del "%~dpn1.srt"
del "%~dpn1.edl"
where %1 comes from PostCustomCommandParameters=""%convertedfile%"". Seems to need a lot of "" marks to deal with spaces in show names.
Bug report is posted.