diff --git a/Scripts/open-three-d-viewer.ps1 b/Scripts/open-three-d-viewer.ps1 new file mode 100644 index 00000000..ad4d522d --- /dev/null +++ b/Scripts/open-three-d-viewer.ps1 @@ -0,0 +1,15 @@ +<# +.SYNOPSIS + Launches the 3D-Viewer app +.DESCRIPTION + This script launches the 3D-Viewer application. +.EXAMPLE + PS> ./open-three-d-viewer +.NOTES + Author: Markus Fleschutz · License: CC0 +.LINK + https://github.com/fleschutz/PowerShell +#> + +Start-Process com.microsoft.3dviewer: +exit 0 # success