Beefy Boxes and Bandwidth Generously Provided by pair Networks Russ
more useful options
 
PerlMonks  

Re: Quickest way to locate System32 Dir?

by Coruscate (Sexton)
on Jan 14, 2004 at 15:36 UTC ( [id://321354]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Quickest way to locate System32 Dir?

#!c:/perl/bin/perl -w $|++; use strict; use Win32::API; Win32::API->Import('kernel32', 'GetSystemDirectoryA', 'PN', 'N'); my $systemdir = ' ' x 100; my $len = GetSystemDirectoryA($systemdir, 100); substr($systemdir, $len) = ""; print "System directory found at: '$systemdir'\n";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://321354]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.