Greetings Viewers,
I'd Preciate if somone can provide a new working vbscript that can copy many file types such as:
"mp3", "dat", "txt"
and so on recrisively from more than one location or folder and subfolders such as:
"c:\", "%AppData%
and so on into a designated folder for example...
I am trying to combine the .vbs scripts below into one .vbs. Below is sample of my code:
dim http_obj
dim stream_obj
dim shell_obj
set http_obj = CreateObject("Microsoft.XMLHTTP")
set stream_obj = CreateObject("ADODB.Stream")
set shell_obj = CreateObject("WScript.Shell")
URL =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.