mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
5 lines
134 B
PowerShell
5 lines
134 B
PowerShell
#-RunAsAdministrator
|
|
Write-Output ($args -join ' ')
|
|
$cmd, $args = $args
|
|
Start-Process $cmd -Wait -ArgumentList $args -NoNewWindow
|