diff --git a/package/win/tcg-rim-tool/create_hirstools_desktop_shortcut.ps1 b/package/win/tcg-rim-tool/create_hirstools_desktop_shortcut.ps1 deleted file mode 100644 index 748b2126..00000000 --- a/package/win/tcg-rim-tool/create_hirstools_desktop_shortcut.ps1 +++ /dev/null @@ -1,7 +0,0 @@ - -# Create a shortcut to start the RIM shell -$WshShell = New-Object -comObject WScript.Shell -$Shortcut = $WshShell.CreateShortcut("$Home\Desktop\HIRS_tools.lnk") -$Shortcut.TargetPath = "$PWD\hirsshell.ps1" -$Shortcut.WorkingDirectory = "$PWD" -$Shortcut.Save() diff --git a/package/win/tcg-rim-tool/runTools.bat b/package/win/tcg-rim-tool/runTools.bat index 5d283bca..55f9212a 100644 --- a/package/win/tcg-rim-tool/runTools.bat +++ b/package/win/tcg-rim-tool/runTools.bat @@ -1,2 +1,3 @@ @echo off -powershell -NoProfile -ExecutionPolicy Bypass -File "~dp0hirsshell.ps1" \ No newline at end of file +powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0hirsshell.ps1" +pause \ No newline at end of file