Using W10, python and pipeclient
With this code
#export sound labels
client.write(f’ExportLabels:filename=“C:\Scripting Audacity\SoundLabels\Sound_Labels.txt” hasname=“No” hasnumber=“No” hastext=“Yes” hastimes=“Yes” overwrite=“Yes” separator=“Tab”‘)
get_reply()
#close the file without saving
client.write(f’Close:’)
get_reply()
works well enough, until the modal dialog boxes pop up asking to confirm… Is the any configuration to suppress or a routine to ‘click’ the Okay?