mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -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
|