Cmd "MKLINK /d"

I want to create a symlinkd for a path, the following code doesn't work for a driver, for example, I want to create "E:" to the destination folder, it will go nothing. and the "@runmode:hide" has no effect.
is there any better way to accomplish this?

@admin
@runmode:hide
cmd.exe /k MKLINK /d {destpathshort$}{file$} {filepath$}

Opus can do this natively, just use the Copy MAKELINK=softlink command.

Thank you, Jon.

It is not available for drive. like "mklink /d F:\NewFolder\EDrive E:"

Confirmed, we'll fix this in the next update.