5 lines
142 B
PowerShell
5 lines
142 B
PowerShell
|
param ($systemFolder, $shortcut)
|
||
|
|
||
|
$start = [System.Environment]::GetFolderPath("$systemFolder")
|
||
|
Invoke-Item "$start\Programs\Spack\$shortcut"
|