Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
To be honest, I'm not even sure if I'm even starting in the right area
Was looking at something like this
set Cfg = fspenTextFile ("ref_list.txt")
do while not Cfg.AtEndOfStream
str = RTrim(Cfg.ReadLine)
fso.CopyFile str, fso.BuildPath("C:\backups\ref_list.txt"), ("C:\backups"
Public fso
set fso = CreateObject("Scripting.FileSystemObject")
set Cfg = fspenTextFile("c:\report\ref_list.txt")
do while not Cfg.AtEndOfStream
str = RTrim(Cfg.ReadLine)
fso.CopyFile str, fso.BuildPath("C:\backups",fso.GetFileName(str)), True
loop
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.