After Audio Export Open Folder

Hello Steinberg,

Would it be hard to add the feature to open the export folder after audio export, it is really helpful when right clicking the export and sending the mix down to client or transferring it to usb or dropping it into iTunes.

How about adding a picture to the export so the mp3 file has a custom thumbnail icon after export and not the blue note and Mp3 Windows default icon.

Thank you
Warren

On windows you can write your own post export script for that. Basically just call explorer.exe and set $PATH as argument.
Take a look at this video: Custom Export Script For Cubase 8 (Post Process) - YouTube

Here is the script :

<?xml version="1.0" encoding="UTF-8"?> Open containing folder ExplorerFolder.png C:\windows\explorer.exe "/select,$PATH" false false

Follow the procedure explained in the mk1x86 video.

Thank you!