PowerShell/scripts/open-three-d-viewer.ps1
2024-10-01 15:11:03 +02:00

16 lines
296 B
PowerShell
Executable File

<#
.SYNOPSIS
Launches the 3D-Viewer app
.DESCRIPTION
This script launches the 3D-Viewer application.
.EXAMPLE
PS> ./open-three-d-viewer
.LINK
https://github.com/fleschutz/PowerShell
.NOTES
Author: Markus Fleschutz | License: CC0
#>
Start-Process com.microsoft.3dviewer:
exit 0 # success