Hello,
The script below is searching for specific files and memory usage on my system. Is there a way to just make this display the total file size.
Thanks in adavance!
-------------------------------------
Set objShell = CreateObject("WScript.Shell")
objShell.Run "%comspec% /c c: & dir /s /w *.m4a *.mp3 *.wmv .wma >Music.txt "_
& " & notepad music.txt
The script below is searching for specific files and memory usage on my system. Is there a way to just make this display the total file size.
Thanks in adavance!
-------------------------------------
Set objShell = CreateObject("WScript.Shell")
objShell.Run "%comspec% /c c: & dir /s /w *.m4a *.mp3 *.wmv .wma >Music.txt "_
& " & notepad music.txt