I want to restore the default admin shares on a user's machine.

I have to delete the following key from the registry.

To restore the default hidden administrative shares, delete the
AutoShareWks 
DWORD value in the following registry key, and then restart your
computer:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parame
ters

Can someone point me in the right direction? Possibly a tutorial for
doing 
this in perl. 

Thanks in Advance.

Mostro 


Arthur DiSegna
Information Technology Group
Security Identification Systems Corporation
 

-----Original Message-----
From: Brian Gunlogson [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 26, 2004 12:28 PM
To: Kevin Old; [EMAIL PROTECTED]
Subject: Re: Printing to a file

Put the MY in braces.

SO
print MY $line;

WOULD BECOME
print {MY} $line;

--- Kevin Old <[EMAIL PROTECTED]> wrote:

> Hello everyone,
> 
> First, this is a basic problem, but I have looked at it for over an
> hour and wasted time.  Now, I'm asking for help.
> 
> For some reason nothing is being printed to the MY filehandle. Can
> someone see what I'm doing wrong?
>                                 print MY $line;



                
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to