Cara membuat services di Windows XP
This allow you to create a Windows user-defined service for Windows applications and some 16-bit applications (but not for batch files).
What is needed for Windows XP:
The files are included with Windows XP.
Windows XP
At a MS-DOS command prompt (Start | Run | “cmd.exe”), type the following commands:
Creating Services:
Adding Service (Note: Space between binpath= and “C:\ has to be there.
<path>\sc.exe create “Service Name” binPath= “C:\Your Program.exe“
Removing Service
<path>\sc.exe delete “Service Name“
Controlling Services:
Starting Service
<path>\sc.exe start “Service Name“
Pausing Service
<path>\sc.exe pause “Service Name“
Stoping Service
<path>\sc.exe stop “Service Name“

SC
About this entry
You’re currently reading “Cara membuat services di Windows XP,” an entry on Git4 Gembir4 g4l4U g40L
- Published:
- September 5, 2008 / 5:05 am
- Category:
- Windows
- Tags:

No comments yet
Jump to comment form | comments rss [?] | trackback uri [?]