Results 1 to 4 of 4

Thread: How I can know where is the System32 Folder?

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2004
    Posts
    41

    How I can know where is the System32 Folder?

    how I can know which drive is the drive where the system are installed?
    C:\windows
    or
    D:\Windows
    or
    E:\Windows
    ...

    and how i can where is the files of system are?
    in system like Win98, Winme
    or in System32 like WinXP

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: How I can know where is the System32 Folder?


  3. #3
    Hyperactive Member dandono's Avatar
    Join Date
    Aug 2004
    Location
    Cornwall, UK
    Posts
    485

    Re: How I can know where is the System32 Folder?

    i don't know if this works in any operating system other than Windows XP Professional.
    code: Environ$("systemdrive") 'for C:
    Environ$("systemroot") 'for C:\windows
    Environ$("systemroot") + "\system32" 'for C:\windows\system32
    If there is only one perfect person in the universe, does that make them imperfect?

  4. #4

    Thread Starter
    Member
    Join Date
    Jun 2004
    Posts
    41

    Re: How I can know where is the System32 Folder?

    thank you, the both method are work

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width