"Delete original file" in Command Executor not working
"Delete original file" in Command Executor not working
Hi, I´m having trouble deleting original file with Command Executor.
The workflow: Watchfolder on disk X -> Move to disk C -> A/V Media -> AviSynth Script to cut first 15s of video -> XDCAMHD encoder -> Move to folder on disk C -> Command Executor to delete the file (the one moved form X to C): %comspec% /c "del /f /q "%s_original_full%""
Is there something I´m doing wrong?
The status monitor tells me that the command has been executed, however the files from C are not deleted.
Thanks a lot for any help
st
The workflow: Watchfolder on disk X -> Move to disk C -> A/V Media -> AviSynth Script to cut first 15s of video -> XDCAMHD encoder -> Move to folder on disk C -> Command Executor to delete the file (the one moved form X to C): %comspec% /c "del /f /q "%s_original_full%""
Is there something I´m doing wrong?
The status monitor tells me that the command has been executed, however the files from C are not deleted.
Thanks a lot for any help
st
Re: "Delete original file" in Command Executor not working
Hello st,
Can you upload your workflow please? It will be easier to find the problem.
Or tell me what are your 2 paths for delivery node on C.
Thanks
Can you upload your workflow please? It will be easier to find the problem.
Or tell me what are your 2 paths for delivery node on C.
Thanks
Re: "Delete original file" in Command Executor not working
Hello, sure, no problem.
Thanks in advance
Thanks in advance
- Attachments
-
- Test1.xml
- (14.13 KiB) Downloaded 410 times
Re: "Delete original file" in Command Executor not working
Seems ok but your command executor will delete the original file in X, not in C.
Re: "Delete original file" in Command Executor not working
So how do I make it delete the one in C? The X one is gone as that moved to C ....
Re: "Delete original file" in Command Executor not working
Nop, when you create monitor folder-->delivery it's not a move it's a copy. I think you saw your X drive is empty because of your command executor (Which delete original file in X)
So if you want to delete the C drive, use this command executor:
%comspec% /c "del "C:\WATCH\WEB_IN_OBRAZEC\%s_original_name%.%s_original_ext%""
So if you want to delete the C drive, use this command executor:
%comspec% /c "del "C:\WATCH\WEB_IN_OBRAZEC\%s_original_name%.%s_original_ext%""
Re: "Delete original file" in Command Executor not working
Definitely not, as the workflow has been working for few months now and the files have always been moving, not copying . I´ve only tried to ad th Command Executor today
However, I´ll try your command line, thanks a lot for your input. Will let you know, if it works
However, I´ll try your command line, thanks a lot for your input. Will let you know, if it works
Re: "Delete original file" in Command Executor not working
Yes because you have check "move source instead of copy" in delivery folder.
So use my command line in command executor and it should be ok.
So use my command line in command executor and it should be ok.
Re: "Delete original file" in Command Executor not working
@momocampo very well done but any idea why the commandline processor did not indicate if there was a file deleted or not?
emcodem, wrapping since 2009 you got the rhyme?
Re: "Delete original file" in Command Executor not working
Hey encodem,
Well I though about maybe a "omit exit code" but uncheck so...???
I think you will tell us
Well I though about maybe a "omit exit code" but uncheck so...???
I think you will tell us