VBS Scripting Question

bradjedis
4StarLounger
Posts: 545
Joined: 30 Mar 2010, 18:49
Location: United States

VBS Scripting Question

Post by bradjedis »

Greetings,

I have a VBS script that gathers the file and folder details of any specified location. When running a script, is there a temp file that gets created? and if so, where would it get created? I seem to be losing HD space and I am wondering of there are some temp files stashed somewhere.



THanks,
Brad
JoeP
SilverLounger
Posts: 2072
Joined: 25 Jan 2010, 02:12

Re: VBS Scripting Question

Post by JoeP »

The temp folder locations are still the same in Windows:
C:\Windows\Temp
C:\Users\User-name\AppData\Local\Temp
C:\Users\User-name\AppData\LocalLow\Temp

Consider using a tool such as Treesize or WizTree to see your disk usage.
Joe
bradjedis
4StarLounger
Posts: 545
Joined: 30 Mar 2010, 18:49
Location: United States

Re: VBS Scripting Question

Post by bradjedis »

Joe,

Thanks. It appears that my script is not creating a file (at least any that I can see).

Brad