Marc, you can easily modify the little RMD to delete wherever your $$$ files are found. If you use one of the start up files that sets the SCRATCH, you need only modify that command file to delete them from there.
The specific problem on the list was for those files that were in the startup directory, which I took to mean somewhere on the server, where doing a delete while others were in the system could cause trouble. By using an ON FIRST CONNECT rmd, the system would not delete files from other users who were in the system because it will only run on the first user's connect to the database. As the rest of the users connect, it will not fire, because they are the first connect. The reference is found in the help files under ON CONNECT in the command syntax section. It includes ON PACK descriptions. --- Marc <[EMAIL PROTECTED]> wrote: > Hi > > But if your Scratch files are stored in the > Windows Temp dir will this delete those > files?? or am I missing something? > > Marc Albert Berry Management Consultant RR2 - 1252 Ponderosa Drive Sparwood BC, V0B 2G2 Canada (250) 425-5806 (250) 425-7259 (708) 575-3952 (fax) [EMAIL PROTECTED]
