As has been posted here many times the MSPro temp files are normally located in C:\Windows\Temps and can cause "out of memory" errors if the C:\ drive fills up with them, which is easy since they can be huge. The fix has been to move the MSPro temps to their own directory on the capture drive.
What this does not cover, however, is the temporary files created by the Audio Editor if you use it during your edit sessions.
These files are also stored in C:\Windows\Temp and can also cause "out of memory" errors if they get too large. This is not as likely as with the video temps, but still it's possible. These temps do not get automatically moved when you set the Video Editors new temp file location so you have to do it manually.
The fix is to go into your autoexec bat and create the following entry:
set temp=D:\temps
set tmp=D:\temps
I used D:\ as an example but you should use whatever drive letter is appropriate for your system.
Now both the audio and video temporary files will be placed off the boot drive preventing one more potential problem.
Credit this one to Charlie Hills, the MUG (MediaStudio Users Group) Administrator.
Dr. Mordrid
[This message has been edited by DrMordrid (edited 10-04-1999).]
What this does not cover, however, is the temporary files created by the Audio Editor if you use it during your edit sessions.
These files are also stored in C:\Windows\Temp and can also cause "out of memory" errors if they get too large. This is not as likely as with the video temps, but still it's possible. These temps do not get automatically moved when you set the Video Editors new temp file location so you have to do it manually.
The fix is to go into your autoexec bat and create the following entry:
set temp=D:\temps
set tmp=D:\temps
I used D:\ as an example but you should use whatever drive letter is appropriate for your system.
Now both the audio and video temporary files will be placed off the boot drive preventing one more potential problem.
Credit this one to Charlie Hills, the MUG (MediaStudio Users Group) Administrator.
Dr. Mordrid
[This message has been edited by DrMordrid (edited 10-04-1999).]
Comment