Skip to content

Commit 9676342

Browse files
author
Saveen Reddy
committed
Added Hello World script
1 parent 13e64c9 commit 9676342

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Scripts/HelloWorld.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Import-Module Visio
2+
New-VisioApplication
3+
New-VisioDocument
4+
$basic_u = Open-VisioDocument basic_u.vss
5+
$master = Get-VisioMaster "Rectangle" $basic_u
6+
$shape = New-VisioShape $master 3,3
7+
Set-VisioShapeText "Hello World"

0 commit comments

Comments
 (0)