Make button open a created folder

Pretty simple question I guess, but I could not find anything in the documentation... :confused:

I want to make a button that does the following:

  • Make a new folder
  • Use the clipboard content as filename
    - Enter the folder

So far I have:

Set SOURCE=Right CreateFolder FROMCLIPBOARD

But how can I make Dopus enter/open this folder (once it is created)?

This works:

CreateFolder FROMCLIPBOARD NOUPDATESETTINGS Go {clip}

CreateFolder FROMCLIPBOARD READAUTO=yes

Thanks jon! This works perfectly!