Flash Off.
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.MoveFile "C:\WINDOWS\system32\Macromed\Flash\Flash.ocx" , "C:\WINDOWS\system32\Macromed\Flash\offFlash.ocx"
objFSO.MoveFile "C:\WINDOWS\system32\Macromed\Flash\swFlash.ocx" , "C:\WINDOWS\system32\Macromed\Flash\offswFlash.ocx"
Flash On.
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.MoveFile "C:\WINDOWS\system32\Macromed\Flash\offFlash.ocx" , "C:\WINDOWS\system32\Macromed\Flash\Flash.ocx"
objFSO.MoveFile "C:\WINDOWS\system32\Macromed\Flash\offswFlash.ocx" , "C:\WINDOWS\system32\Macromed\Flash\swFlash.ocx"
I'm using *.vbs file.
I'm thinking I may need to search the folder then use some sort of "if" to reduce these down to just one script. I'm not sure. Anybody help with this?
Thanks.
