masm cmdedit; masm cmdmacro; masm dirs; masm edit; masm history; masm install; masm strstack; masm utl; rem the module `install' must be the last one in the link command! link /M cmdedit+cmdmacro+dirs+edit+history+strstack+utl+install ; exe2bin cmdedit.exe cmdedit.com