spack/.github/workflows/bin/system_shortcut_check.ps1

5 lines
142 B
PowerShell

param ($systemFolder, $shortcut)
$start = [System.Environment]::GetFolderPath("$systemFolder")
Invoke-Item "$start\Programs\Spack\$shortcut"