hi,
suppose i have 2 powershell scripts, test1.ps1 and test2.ps1
#test1.ps1
$a="test1"
##################
#test2.ps1
echo $a
how to ref. $a in test2.ps1 from test1.ps1?
hi,
suppose i have 2 powershell scripts, test1.ps1 and test2.ps1
#test1.ps1
$a="test1"
##################
#test2.ps1
echo $a
how to ref. $a in test2.ps1 from test1.ps1?