The VB trick to get the path of the current temporary directory:
Private Declare Function GetTempPath Lib \"kernel32\" Alias \"GetTempPathA\" (ByVal nBufferL
WScript.CreateObject("Scripting.FileSystemObject").GetSpecialFolder(2)
It took me a while to find it on Google. So for the next one looking for the same as me...