file io - doubleclick on filename OPEN DEFAULT EDITOR in PowerShell ISE editor -


$fromdir = "c:\temp\sta\" $controlfilearray = get-childitem $fromdir\*.ssisdeploymentmanifest | % { ($_.basename)} echo $controlfilearray  

from above script, taking file name in 1 variable, how double click filename using power shell open in desired editor.

if file c:\temp\t.txt try :

$a = "c:\temp\t.txt" & $a 

Comments

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

php - Calling a template part from a post -

How to mention the localhost in android -