📄 instvo.mc
字号:
/*--------------------------------------------------------------------------+
| copyright(c)1991,Mach N.Dinh-Vu,All Rights Reserved |
| Program : instvo.mc |
| Revision : 1.0.a |
| UpgradeToV8:MicroStationFan |
+---------------------------------------------------------------------------+
| install VIEWONLY startup command line |
+--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------+
| Include Files |
+--------------------------------------------------------------------------*/
#include <mselemen.fdf>
#include <msoutput.fdf>
#include <mssystem.fdf>
/*--------------------------------------------------------------------------+
| name main |
+--------------------------------------------------------------------------*/
Private void main (void)
{
MSElementUnion startel;
if (mdlSystem_createStartupElement (&startel, "VIEWONLY") == SUCCESS){
mdlElement_add (&startel);
mdlOutput_prompt ("file set to VIEW ONLY");
} else {
mdlOutput_prompt("unable to install start up elment");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -