What OS are you on? XP or 7? (i'm still an XP user also with VRD2011P3)
Make sure this command works from your cmd.exe
%SystemRoot%\system32\mmc.exe compmgmt.msc /computer:%COMPUTERNAME%
somehow it seems that VRD can't find mmc.exe.
what you might try is the following:
exec: %SystemRoot%\system32\cmd.exe
args: /c title BLAH & mmc.exe compmgmt.msc /computer:%computername% & pause
there should be a cmd-box poping up titled BLAH and launching then mmc and pausing.
good luck
if VRD still complains something's wrong with your PATH, cmd.exe or mmc.exe can't be found
Make sure this command works from your cmd.exe
%SystemRoot%\system32\mmc.exe compmgmt.msc /computer:%COMPUTERNAME%
somehow it seems that VRD can't find mmc.exe.
what you might try is the following:
exec: %SystemRoot%\system32\cmd.exe
args: /c title BLAH & mmc.exe compmgmt.msc /computer:%computername% & pause
there should be a cmd-box poping up titled BLAH and launching then mmc and pausing.
good luck
if VRD still complains something's wrong with your PATH, cmd.exe or mmc.exe can't be found