如何設定servu成為winxp的服務?





kite
2002-02-02, 10:03 AM
如題
我想用servu2.5h在我的電腦上架設一個ftp server,之前在Win2k時我使用FireDaemon來管理,但是現在作業系統換成WinXP後FireDaemon執行就有問題了,請問有沒有在WinXP下的軟體可以提供這個功能?
或是有其他的伺服器軟體直接就可以設成服務了?(But I don't want to use IIS)
servu 3 以上的版本似乎就有這個功能,只是限於他對中文的支援不足,因此放棄了




yu-cheng
2002-02-02, 12:11 PM
servu 3.1XX版就比2.5X版中文支援好多了
就將SERV-U2.5H的捷徑放在啟動就好了阿

bad
2002-02-02, 12:59 PM
我想他要的應該是讓他成為背景服務吧~
不會出現在常駐列那種

cklin
2002-02-28, 04:29 PM
To create a Windows NT user-defined service, perform the following steps:
At a MS-DOS command prompt(running CMD.EXE), type the following command:

<path>\INSTSRV.EXE <My Service> <path>\SRVANY.EXE

where <path> is the drive and directory of the Windows NT Resource Kit (i.e., C:\RESKIT) and <My Service> is the name of the service you are creating.

WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk.

For information about how to edit the registry, view the "Changing Keys And Values" online Help topic or the "Add and Delete Information in the Registry" and "Edit Registry Data" online Help topics in Registry Editor.

NOTE: You should back up the registry before you edit it.

Run Registry Editor (Regedt32.exe)and locate the following subkey:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\<My Service>

From the Edit menu, click Add Key. Type the following and click OK:

Key Name: Parameters
Class : <leave blank>

Select the Parameters key.

From the Edit menu, click Add Value. Type the following and click OK:

Value Name: Application
Data Type : REG_SZ
String : <path>\<application.ext>

where <path>\<application.ext> is the drive and full path to the application executable including the extension (i.e., C:\WinNT\Notepad.exe)

Close Registry Editor.

懶的打中文,先貼英文的上來,有空再翻譯

c-kin
2002-09-02, 03:47 AM
要引用就貼全部..比較好一點喔..^_^
Microsoft Knowledge Base Article - Q137890
HOWTO: Create a User-Defined Service

http://support.microsoft.com/default.aspx?scid=kb;en-us;Q137890