Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: USB Drive Letter Assignment in Win32

by meetraz (Hermit)
on Jun 07, 2004 at 17:18 UTC ( [id://362052]=note: print w/replies, xml ) Need Help??


in reply to USB Drive Letter Assignment in Win32

Traveler,
ActiveState sells a product called Perl Development Kit (PDK). There are several excellent utilities in there, that I use every day. One of which is called "PerlSvc" and will package a perl script up into an EXE and allow it to be installed as a Windows service.

One benefit of this over Win32::Daemon and the others is that the EXE file is self-contained. (You can install the service on any computer without having to install Perl first)

  • Comment on Re: USB Drive Letter Assignment in Win32

Replies are listed 'Best First'.
Re: USB Drive Letter Assignment in Win32
by bobtfish (Scribe) on Jun 08, 2004 at 09:32 UTC
    Or if you don't want to spend money, use cpan:://Win32::Daemon with PAR to package it into a self contained exe. With a little cleverness, you can get it to extract all the bits of perl you need into an install directory and add the service..

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (5)
As of 2024-04-26 07:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found