Re: Win2008 / Vista UAC - elevage privileges

2009-08-26 Thread rocku
Thanks for your reply, but that's not what I'm looking for. I should have described my problem more precisely. I'm working on a Perl program that will be run on different Windows Server machines (actually, it has a cmd wrapper that launches the actual Perl program embedded inside it). On Window

Win2008 / Vista UAC - elevage privileges

2009-08-26 Thread rocku
Hi, is there a way to request administrator token from within a Perl script under Win2008 or Vista? -- rocku ___ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[perlembed] Regarding macros PERL_SYS_INIT3 and PERL_SYS_TERM

2009-08-26 Thread Andrey Gursky
Hello! Concerning the example http://perldoc.perl.org/perlembed.html#Fiddling-with-the-Perl-stack-from-your-C-program. If I copy the main() body, so that my main() looks like this: int main (int argc, char **argv, char **env) { char *my_argv[] = { "", "power.pl" }; // --- BEGIN