I have seen other threads, and on other forums, that people are having a hard time setting the Screen Saver via vbs. I have seen some very long and complex scripts, so thought i would share a more simplified one.
On Error Resume Next
Set f_objShell = CreateObject("WScript.Shell")...
Ok, looks like i posted to soon, i had just made some tweaks and didn't post the fully updated version. Replace the second function.
Function Fn_File_Read_to_Array(File_Name, x, y, MyDelimiter)
'Function to read a delimited file into a 2 dimentional array (x,y). To avoid errors, be
'sure you...
I know this thread is a few months old, but for future readers, i have created two functions to create a dynamic array from a delimited file. These may be a bit clunky, but they work quickly for small files and can be easily cut and pasted into any code. Currently i have them in an external...
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.