Vbscript / Operating System / Change Offline Folder Cache Location
Changing the Client Side Cache (CSC) location from its default of "%systemroot%/csc" requires a resource kit tool called Cachemov.exe.
Script the use of Cachemov.exe using objShell Run or Exec.
Set objShell = WScript.CreateObject("WScript.Shell") Set oExec = objShell.Exec("Cachemov.exe [Options]")
Please note that a disclaimer applies to any code on this page.
|