mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-09 00:16:55 +08:00
Change-Id: Ic2b299c04c91eb498822aca110cea774fdb7cf17 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
7 lines
300 B
PowerShell
7 lines
300 B
PowerShell
Write-Host '******************** SW VERSIONS ********************'
|
|
type ~/versions.txt
|
|
Write-Host '*****************************************************'
|
|
Write-Host '******************** Get-PSDrive ********************'
|
|
Get-PSDrive
|
|
Write-Host '*****************************************************'
|