Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8015493
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T20:16:21+00:00 2026-06-04T20:16:21+00:00

I am facing a problem in my login script written in powershell. I want

  • 0

I am facing a problem in my login script written in powershell. I want to setup environemtn path vairable in User space. I first declare a new variable and then add it to the path variable at the end. the new variable doesn’t expand to its value in the path. following is the code

Idea is to update gat_path everytime i login, but update path only the first time. to append GAT_PATH only once to the path variable. After this whenever i update GAT_PATH, path should automatically have the new value.

$gat_path="S:\common\tools\sqlite;"
[environment]::SetEnvironmentVariable("GAT_PATH",$gat_path,[system.environmentvariabletarget]::User)
$res=$env:path.ToLower().Contains("s:\common") # if gat_path already added, then dont add again.
IF($res -eq "True")
{
echo "GAT Path is already set."
}
ELSE
{
     [environment]::SetEnvironmentVariable("PATH",$env:path+";%GAT_PATH%",[system.environmentvariabletarget]::User) 
}

In above code, GAT_PATH variable is created in the environemnt variables but the value of path is c:\python26\;%GAT_PATH%. GAT_PATH doesn’t expand to its actual value.
The reason i am using a variable to set path is because this script is run everytime i login. I dont want to add sqlite path at the end of path because it will keep adding sqlite at the end everytime i login. I want to be able to update GAT_PATH anytime in the script and, path should have the new value of GAT_PATH automatically.

Please note I cannot do the following as it creates the same problem as setting path directly without using a variable. Everytime i login, it will keep concatinating the gat_path to the path variable.

$gat_path="S:\common\tools\sqlite;"
[environment]::SetEnvironmentVariable("PATH",$env:path+";"+$gat_path,[system.environmentvariabletarget]::User) 

What is the right way to use a variable in defining a path variable programatically using powershell?

Regards,
Alok

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T20:16:22+00:00Added an answer on June 4, 2026 at 8:16 pm

    Instead of using %GAT_PATH% you should use $env:gat_path

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am facing problem in showing the preview of first letter in Android listview,
I am facing problem while generating CAB file. I want to customize the INF
I want to concatenate a string but i am facing problem. Actually i have
I'm facing a problem with the android broadcast receiver. I have a login page
Hey guys here is the problem i am facing i have a User class
I have written a code for a login page and user page. When the
The application is written in Ruby on Rails but the problem I am facing
In my joomla application I am facing a problem . user can log in
i am using mvc 3 code first. facing problem while passing data form SecurityAttribute
I am facing problem with lastButton of SimplePager. I have 3 pages in celltable,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.