> My problem stems from the fact that once I have launched IE, I can > independantly close Rbase and therefore my means of recording the user > 'logging off' from IE has disappeared.
If I understand correctly you want R:Base to "pause" while the user is browsing, and then start again when the user closes the browser. You can't do this with LAUNCH as it does not (yet) have a WAIT option. Currently return is controlled to R:Base immediately upon launch, R:Base has no way of knowing when the browser is closed. Under some circumstances I believe the ZIP command will function the way you want. I believe you have to ZIP directly to the program you want, rather than using a batch file. Give it a try and see if it does what you want. You could also write a DLL to do want you want. If you search the internet for WinExecAndWait you will probably come up with some sample code. No doubt there is a VBS solution to this issue as well, and I'm sure that Mike Byerly will also answer your post. Finally, if your goal is different, and what you really want is for both IE and R:Base to be running side by side, with R:Base receiving a notification of when the user closes IE, there is no way to do that in R:Base. Some serious OS level programming would be required. Best, -- Larry _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
