We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 162d3c5 commit 9f0fd62Copy full SHA for 9f0fd62
kvm.cmd
@@ -2,7 +2,7 @@
2
3
PowerShell -NoProfile -NoLogo -ExecutionPolicy unrestricted -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0kvm.ps1' %*"
4
5
-IF EXIST "%USERPROFILE%\.kre\run-once.cmd" (
6
- CALL "%USERPROFILE%\.kre\run-once.cmd"
7
- DEL "%USERPROFILE%\.kre\run-once.cmd"
+IF EXIST "%USERPROFILE%\.k\temp-set-envvars.cmd" (
+ CALL "%USERPROFILE%\.k\temp-set-envvars.cmd"
+ DEL "%USERPROFILE%\.k\temp-set-envvars.cmd"
8
)
0 commit comments