I see the command description in the log: c:\program files\mcebuddy2x\config>del ""
I think this is just saying that my batch command file is located in the config directory, which it is. The first command in the batch file is "del %1". This is supposed to translate to "delete the .srt file", but as discussed in a recent thread, MCEB moves the .srt file away to its destination directory before passing the %1 parameter for post processing. As a result, MCEB can't find any .srt file, and just passes a blank parameter (which appears as "" ) to my batch file. When my batch file is unable to find a blank file name, the postcommand times out and MCEB moves on. Nothing is actually deleted, and my config directory still has all the files it is supposed to have. Thanks,
I think this is just saying that my batch command file is located in the config directory, which it is. The first command in the batch file is "del %1". This is supposed to translate to "delete the .srt file", but as discussed in a recent thread, MCEB moves the .srt file away to its destination directory before passing the %1 parameter for post processing. As a result, MCEB can't find any .srt file, and just passes a blank parameter (which appears as "" ) to my batch file. When my batch file is unable to find a blank file name, the postcommand times out and MCEB moves on. Nothing is actually deleted, and my config directory still has all the files it is supposed to have. Thanks,