segfault Posted November 1, 2006 Posted November 1, 2006 Hi, I want to synchronize some files when an application is closed (Notes Client). I have some functions when the user logs in, to synchronize their files from the remote server to the local machine, but i want it to execute this script again when the use closes the nlnotes.exe process. Is that possible? Is there other smart way to do this?
Confuzzled Posted November 7, 2006 Posted November 7, 2006 Have you tried: RunWait (your program - Notes client) <= will wait till the Notes client finishes running Do your sychronisation code here?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now