Results 1 to 2 of 2

Thread: display "path" system variable in cmd.exe

  1. #1
    John A Grandy Guest

    display "path" system variable in cmd.exe

    In cmd.exe , typing "path" will display the "path" user variable ..

    But how to display the "path" system variable ?



  2. #2
    Pegasus \(MVP\) Guest

    Re: display "path" system variable in cmd.exe


    "John A Grandy" <johnagrandy-at-gmail-dot-com> wrote in message
    news:uxhpxk%23WJHA.1444@TK2MSFTNGP02.phx.gbl...
    > In cmd.exe , typing "path" will display the "path" user variable ..
    >
    > But how to display the "path" system variable ?
    >


    The command %path% will display the system variable. By default there is no
    user-specific %path% variable, only a user-specific %temp% variable. You can
    access user variables here:
    HKEY_CURRENT_USER\Environment
    and system variables here:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session
    Manager\Environment



Similar Threads

  1. Replies: 4
    Last Post: 12-02-2011, 07:10 AM
  2. Java: "The system cannot find the path SPECIFIED."
    By Badrunath in forum Software Development
    Replies: 6
    Last Post: 07-10-2010, 07:33 PM
  3. NTBackup "System State" & A Default "Exclude" Of NTDS\*
    By Schwa Asmism in forum Operating Systems
    Replies: 2
    Last Post: 22-08-2010, 02:46 PM
  4. Replies: 2
    Last Post: 31-03-2009, 09:09 PM
  5. Replies: 1
    Last Post: 06-11-2007, 10:19 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,698,634.83610 seconds with 17 queries