Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp50 - Setting up TEMP FILES in the Config.fpw?
Message
 
À
06/05/1997 08:49:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00030961
Message ID:
00031065
Vues:
65
>>For an EXE with the DATA FILES on a network drive,
>>what is the best place to set up the TEMP FILES?
>>In the Config.fpw as
>>TEMPFILES C:
>>or
>>In the Autoexec.bat as
>>SET TEMP TO C:\TEMP
>>also...
>>If you do not set the TEMPFILES, where do they
>>go if you are running an EXE on the PC and the DATA FILES to the EXE on a network drive?
>
>
>One of the big problems, no matter where temp files go, is cleaning them up after the program crashes. Here's the way I've been doing it and it has eliminated LOTS of problems:
>
>In Autoexec.Bat:
>REM*************** Don't remove these lines
>DELTREE /Y C:\FOXTEMP
>MD C:\FOXTEMP
>REM *********************************************
>
>
>In Config.Fpw:
>TMPFILES=C:\FOXTEMP
>
>Craig

also -- c:\foxtemp holds only vfp temp files, right?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform