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

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -