I am trying to use the EditDetach command to save a file in a specific location. There will always be an existing version of the file in the folder that needs to be replaced. Is there anyway to set it so it doesn’t prompt to overwrite the existing file?
I was trying to accomplish the same thing by using a DOS batch file using “copy /y” but had problems getting that to work the way I wanted.