It's just an idea, but you are able to find out where you are with
(CVAL('CURRDIR')). Put this in a variable and link it to the RMD file.In that case you will find your RMD file. Other possibility is making use of findfiles, tou find out where your RMD is situated. The last one (most probably there are more knowing R:base) is put it your compiled application under Additional Resources | misc. files Tony From: [email protected] [mailto:[email protected]] On Behalf Of TOM HART Sent: vrijdag 30 september 2011 20:53 To: RBASE-L Mailing List Subject: [RBASE-L] - Timeout question In the help example it shows this: SET VARIABLE RBTI_TIMEOUT TEXT = 'c:\CustDB\cleanup.rmd' If running this on a network do I have to set c:\CustDB\cleanup.rmd to networkdrive\CustDB\cleanup.rmd I have been setting RBTI_TIMEOUT TEXT = 'cleanup.rmd' and it seems to work properly sometimes but not others, or can I have the cleanup.rmd on each workstation and set it that way: set RBTI_TIMEOUT TEXT = c:\cleanup.rmd Tom Hart

