I want to know if a .bat file in my action script successfully copies some files to a drive. I want the fixlet to show fail if the files didn’t copy. Right now whether or not the bat file is successful the Action Status always shows Complete. Any suggestions? To be honest I’m not sure what conditions the client looks at to determine and show a Fail or Complete status. Does it check for return codes from spawned secondary processes like .bat files? It would seem not.
When you run the action there’s a tab for Success Criteria, just change that to the last option. You just need to work up a relevance that detects if those files exist. If you are replacing existing files it gets a bit trickier.