RE: How to Setup and Run Perl Script as Service in windows 2000?

2002-09-07 Thread Oliver Manickum
Hey There, I am not sure how to do it with Perl itself (maybe the Win32::AdminMisc), but the Windows Resource KIT comes with INSTSRV.EXE and SRVANY.EXE, those two files allows a user to make any application run as a service on the machine. Contact me directly if you need step by

RE: registering dlls through perl

2002-01-27 Thread Oliver Manickum
Hey Dude, use the /s option in regsvr32 ... regsvr32's alerts require responses.. so ur script waits for user to click OK.. .. the /s option makes regsvr32 run in silent mode so it will register and continue... $result = `regsvr32 /s urdll.dll`; - Olly -Original Message- From:

RE: Text flow in PDF

2001-10-10 Thread Oliver Manickum
Hey Lee, Are you talking about Editing the PDF to format it ?.. - Olly -- From: Lee Goddard [mailto:[EMAIL PROTECTED]] Subject: Text flow in PDF I know about Formatting Object and don't have time to set up the servers - is there another way to flow text in a PDF do