My company would like to configure Notes client (R6) to launch applications such as Blackberry ,Sametime and Word after launching the inbox. We can configure this for the office location, but while the user is on the Island location, Notes client still seems to try to start up those applications in the startup folder. How do you configure the startup folder to be location sensitive? Thanks.
Subject: How to configure the Startup folder options to be Location sensitive?
Well if this is all done on the Notes Startup folder, you could pull a output of the ipconfig to a text file and based on the ip listed in that text file determine where the user is and “case” the exe’s to open.
Or you could use the windows api and have the ipaddy of the current machine returned directly to a variable. Then do your if thens’ based on that.