Windows ошибки MMC для Microsoft Management Console, когда это должен быть Мельбурнский Mercury Compiler

Я предпринял следующие шаги:

download windows binary Mercury 14.01 (Visual Studio 2013 32bit)
    (this is near the bottom of http://dl.mercurylang.org/index.html)
double click the downloaded file (it's a .exe file), it installed into 'C:\mercury-14.01-vs2013\
add 'C:\mercury-14.01-vs2013\bin' to Path
open a cmd.exe window
create file hello.m from Ralph Beckett's intro
add the hello.m file to 'C:\mercury-14.01-vs2013\bin' (illogical, Captain)
in the cmd.exe window type 'mmc --make hello'

но Windows вызывает диалог для консоли управления Microsoft.

Как вызвать Melbourne Mercury 14 Compiler для файла.m? Предыдущий вопрос о переполнении стека относится к Mercury 11.07.1 и касается файлов README, которых нет в Mercury 14.

Mercury вписывается в мой кроссплатформенный набор инструментов:

exploratory Prolog -> Mercury -> .NET -> Xamarin.Forms in Visual Studio -> all app stores

платформы: Windows 10, Mercury 14, Visual Studio Community 2017

1 ответ

Это важно, где на пути это. Пытаться

c:\>set path=C:\mercury-14.01-vs2013\bin;%path%

c:\>mmc
Другие вопросы по тегам