Internal command to change view mode to Details + Thumbnails

I want to create a new button with a custom script that will first change the view mode to Details + Thumbnails (before some other things as well).

From the command reference guide: "The valid mode keywords are largeicons, smallicons, list, details, power, thumbnails and tiles."

What about Details + Thumbnails?

The item "Details + Thumbnails" from 'View' button in the Menu toolbar shows this in the command editor.

Set VIEW=Details
Set COLUMNSADD=thumbnail(0,96)
@toggle:if&COLUMNSTOGGLE=thumbnail

I didn't think to look at that- thanks! Works perfect!