📄 4004.html
字号:
<html>
<head>
<title>你又写错了</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>你又写错了</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:yfwu@iname.com">小吴</a> on July 17, 1998 at 16:20:24:<p>
In Reply to: <a href="3992.html">About NTsvr.OCX.....</a> posted by Kingkong on July 17, 1998 at 11:30:39:<p>
If Command = "-install" Then<br> ' enable interaction with desktop<br> NTService1.Interactive = True<br> NTService1.Install<p> ===================================<br> NTService1.ControlsAccepted = svcCtrlPauseContinue<br> NTService1.StartService<br> ===================================<br> ^^^^^^^^^^^^^^<br>你怎么可以把 StartService 写在这里?Sample 里面不是写得很清楚吗?这段程式要往后移。<p>Install Service 和执行 service 是不一样的。Install 完就该结束,而执行 service 则是由 OS 去启动。<p> End<br>ElseIf ....<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 4004-->
</ul><!--end: 4004-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -