Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Install a perl script as a Win NT/2000/XP service.

by marmanold (Novice)
on Jun 26, 2011 at 03:52 UTC ( [id://911431]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @echo off
    if defined %ProgramFiles(x86)% (
    ...
    net start myService
    exit
    
  2. or download this
    @echo off
    net stop myService
    ...
    )
    exit
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://911431]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (9)
As of 2024-04-23 11:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found