Dennis Daupert [ddaup...@csc.com] wrote:
> > Run the script or cmd as admin (right click on the command icon,
> > select run as admin) would probably help
> 
> This is a Perl script, configure.pl, no command icon to click on.
> Is there another way I can run it as admin?
> 
> best,
> 
> /dennis


Maybe do this:

        Create a shortcut for it
        Right click on it and select Properties
        On the Shortcut tab, press the Advanced... button
        Check the "Run as administrator" box 

If you need the CMD window console to stay up after running the Perl script, 
you could instead create a BAT file. The contents would be something like:

        @echo off
        C:\path_to_script\my_script.pl
        PAUSE

Then right click on the BAT file, select Properties, select the Compatibility 
tab, check the "Run this program as an administrator" box.

This may or may not get you around file system permissions (I did not test) 
that Howard Tanner addressed in his email.

--
Mike Arms


_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to