At 05:24 PM 2/15/2012, Jim Belisle wrote:

I have written about the SCRATCH files in the past few days and
thankfully I have not gotten any I/O errors today.

My SCRATCH is set to C:\TEMP.

I notice that the TMP files still go to my C:\Documents and
Settings\jim\Local Settings\Temp LOCATION.

Is it best to keep the two separate or should they be together?


Jim,

Use the following code in your RBASE.DAT or application Startup DAT file.

-- Start
DISCONNECT
IF (CHKFILE('C:\Temp')) <> 1 THEN
   MD C:\Temp
ENDIF
SET SCRATCH C:\Temp
-- Your other stuff here ..
-- End

That is your tip of the day!

Very Best R:egards,

Razzak.

Reply via email to