Hello,
I am using SystemCaller to delete temporary files during translation. Now I store them in a created folder "Temp" that I'd like the SystemCaller to delete with all its contents.
The typed text in SystemCaller is:
Del $(Output)\\Temp
where the $(Output) is a public parameter.
At the end of the translation it prompts to delete the full directory with
*, Are you sure (Y/N)?
Is there a way to type the Yes choice in the SystemCaller? Otherwise translation will get stucked here.
For single files the Del command works fine in SystemCaller.
Thanks.