Re: FW: Win32::AdminMisc

2004-03-12 Thread R. Joseph Newton
"Meneses, Alden" wrote: > Was able to download from www.roth.net Please don't top-post. Better to PPM for it. That tool is built into the ActiveState distribution. You might wish to add a couple sites to the repository: rep add Jenda http://Jenda.Krynicky.cz/perl rep add Roth http://www.roth.n

FW: Win32::AdminMisc

2004-03-12 Thread Meneses, Alden
Was able to download from www.roth.net -Original Message- From: Meneses, Alden Sent: Friday, March 12, 2004 10:41 AM To: [EMAIL PROTECTED] Subject: Win32::AdminMisc I'm getting this error when I try to execute this script use Win32::AdminMisc; path$="\\cpws0073\winnt\W2H

Win32::AdminMisc

2004-03-12 Thread Meneses, Alden
I'm getting this error when I try to execute this script use Win32::AdminMisc; path$="\\cpws0073\winnt\W2HCM.INI" LU$=ReadINI( path$ [, "MS SNANT" [, "Term"}}) print LU$ Can't locate Win32/AdminMisc.pm in @INC (@INC contains: C:\Program Files\ActiveState

newbie question: Win32::AdminMisc::GetFileInfo(): Accessing all info delivered

2003-03-03 Thread Zeno Jauch
Hi, function Win32::AdminMisc::GetFileInfo( $file, \%Attribute) is retrieving several subhashes: at key LangID we have 0x0409 at key Language we have English (United at key FileInfo we have HASH(0x1dbb690) at key Comments we have at key 0x0409 we have HASH(0x1dbb714) How do I access the

Win32::AdminMisc::GetFileInfo($filename, \%Attribute)

2003-02-19 Thread Zeno Jauch
Hi , Win32::AdminMisc::GetFileInfo($filename, \%Attribute) is delivering different hashes for *.exe and *.dll files. Why? How can I access version infos and build numbers of application extension files? Thanks in advance. Zeno

RE: Installing Win32::AdminMisc

2003-02-03 Thread Dave Roth
: Thursday, January 30, 2003 4:30 PM To: [EMAIL PROTECTED] Subject: Installing Win32::AdminMisc I have been trying to step AdminMisc with Perl v5.8.0 from ActiveState. I have tried putting the pm and dll files in the places specified by the readme's however I have had no success with usin

Re: Installing Win32::AdminMisc

2003-01-30 Thread Jenda Krynicky
From: Andrew Gilchrist <[EMAIL PROTECTED]> > I have been trying to step AdminMisc with Perl v5.8.0 from > ActiveState. I have tried putting the pm and dll files in the places > specified by the readme's however I have had no success with using ppm > & install the win32-adminmisc.ppd file. Anyone

Installing Win32::AdminMisc

2003-01-30 Thread Andrew Gilchrist
I have been trying to step AdminMisc with Perl v5.8.0 from ActiveState. I have tried putting the pm and dll files in the places specified by the readme's however I have had no success with using ppm & install the win32-adminmisc.ppd file. Anyone have any luck with installing this module and can

Re: HELP - installing Win32::AdminMisc

2003-01-29 Thread Jenda Krynicky
From: "PRADEEP GOEL" <[EMAIL PROTECTED]> > I have followed many ways of installing AdminMisc ( 2 are described > below) Try PPM> install http://Jenda.Krynicky.cz/perl/Win32-AdminMisc.ppd Jenda = [EMAIL PROTECTED] === http://Jenda.Krynicky.cz = When it comes to w

HELP - installing Win32::AdminMisc

2003-01-29 Thread PRADEEP GOEL
Hi All I have followed many ways of installing AdminMisc ( 2 are described below) but all in vain . I don't know where is this ADMINMISC_XXX.PLL there is one ADMINMISC.DLL although is there . then when i give install Win32::AdminMisc output is PPM> install Win32::AdminMisc Install

Win32::AdminMisc, schedule task / cron job,

2003-01-28 Thread PRADEEP GOEL
the modules properly. Just check if you have > /site/lib/auto/win32/AdminMisc.pm? If it is present and still > you are getting the problems then may be something is wrong with the > installation. Just re-install or remove and install the modules. > > > > > Win32::Adm

RE: Win32::AdminMisc Help!

2002-07-10 Thread Timothy Johnson
EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 7:29 AM To: Nigel Peck; [EMAIL PROTECTED] Subject: Re: Win32::AdminMisc Help! I don't have a C compiler, but I get the impression looking at this download that the module is already compiled. I did see the file adminmisc.pll and thought ma

Re: Win32::AdminMisc Help!

2002-07-10 Thread Mike Garner
I don't have a C compiler, but I get the impression looking at this download that the module is already compiled. I did see the file adminmisc.pll and thought maybe it was supposed to be *.dll so I changed the extension and the error that it can't locate a loadable object for Win32:

Re: Win32::AdminMisc Help!

2002-07-10 Thread Nigel Peck
nd do nmake nmake test nmake install If you're still having problems then please ask. Thanks Nigel >>> Mike Garner <[EMAIL PROTECTED]> 07/10/02 12:04am >>> I've got a script that uses Win32::AdminMisc from www.roth.net and when I originally installed the module

Win32::AdminMisc Help!

2002-07-09 Thread Mike Garner
I've got a script that uses Win32::AdminMisc from www.roth.net and when I originally installed the module on Win2K/ActiveState with ppm it worked fine. I need to reinstall the module and www.roth.net appears to be down. When I use ppm to perform the install the install fails with this

RE: What ever happened to the Win32/Adminmisc module?

2001-04-26 Thread King, Jason
x27;t know of any other way to force >users to change their password on their first login. > >This is what I used to have: >use Win32::AdminMisc; >$pdc=$ARGV[0]; >$user=$ARGV[1] > >Win32::AdminMisc::UserSetMiscAttributes($pdc, $user, >USER_PASSWORD_EXPIRED=>$Account{pwde

What ever happened to the Win32/Adminmisc module?

2001-04-26 Thread Bryant C. Vernon
users to change their password on their first login. This is what I used to have: use Win32::AdminMisc; $pdc=$ARGV[0]; $user=$ARGV[1] Win32::AdminMisc::UserSetMiscAttributes($pdc, $user, USER_PASSWORD_EXPIRED=>$Account{pwdexpired}); Is there another win32 module that will allow me to do that?