Created
March 8, 2013 12:58
-
-
Save PatrickMcDonald/5116323 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Dim catalog As Object | |
Set catalog = CreateObject("COMAdmin.COMAdminCatalog") | |
Dim applicationName As String | |
applicationName = "Individual Projections" | |
' stop app | |
catalog.ShutdownApplication applicationName | |
' start app | |
'catalog.StartApplication applicationName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment