ktruk Report post Posted 06/12/2007 06:49 PM Hello again. I've noticed that TTS files which are created in the vg\temp directory are not deleted by the periodic cleanup which runs to delete the temporary VBS files. Is it a simple fix to add the wavs to same routine that deletes the VBS? (alternatively, is there a way I can write a VBS of my own that can made to run periodically every x minutes - I don't want to 'schedule' the program with a specific date/time, just run constantly every 10/15 mins). Share this post Link to post
SupportTeam Report post Posted 06/13/2007 12:07 AM I think you are using v5 of VoiceGuide, yes? is there a way I can write a VBS of my own that can made to run periodically every x minutes - I don't want to 'schedule' the program with a specific date/time, just run constantly every 10/15 mins). Sure. The way to do it would be to look at each present file's creation time and delete ones that are older then 10 minutes or so. and I think that you can have the Windows scheduler run it on a periodic basis. Share this post Link to post
ktruk Report post Posted 06/14/2007 06:51 PM Err - yep - V5 Tapi. (actually 5.2.5054) Okay, yes, I guess I could schedule my own deletes, but shouldn't VoiceGuide do this for me automatically? Afterall it creates the temporary TTS wavs and you do run a cleanup process, so I think you should add the TTS wavs deletion to the fix list. Can you oblige me one more time please? Thanks. (Its better for your product in the long-run!) Share this post Link to post
SupportTeam Report post Posted 06/15/2007 12:42 AM Attached version should delete all the temporary .WAV files older then one hour. VgMulti_5.2.5058.zip Share this post Link to post
ktruk Report post Posted 06/18/2007 09:58 AM Seems to work - please pass on my thanks to you all once again. Share this post Link to post