#7542
dgerisch
Participant

    Trying another way to shut down the GroupWise client, should a user decline the Acceptable Use Policy.

    I have written a program which closes the GroupWise client – all I need now is a method to launch it when the user declines the AUP.

    GroupWise.RunProgram(“CloseGW.exe”,””)

    I hate this, because it is kludgy. But if I can get it to work, it will be better than admitting I just can’t get the job done.

    Would have thought this would do it, except I get “Cannot use parentheses when calling a Sub at line… (specifies end of statement)”

    How do I get this method to go?

    Thank you.