Showing archive results for April 2008

Apr 23, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Schedule a Meeting Each Monday Through Friday For Two Weeks?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I schedule a meeting to occur every day, Monday through Friday, for two weeks?-- GB Hey, GB. As it turns out, the Scripting Guy who writes this column has not moved to some place where it doesn’t snow in April. That’s not because the Seattle area didn’t get the predicted snow this past weekend; on the contrary, it did...

Scripting Guy!VBScriptOffice
Apr 22, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Monitor a Folder for the Creation of New Subfolders?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I monitor a folder for the creation of new subfolders? I know that new files can be detected (via WMI events) but the same syntax doesn't detect new folders.-- WS Hey, WS. Before we get started today can we ask you a quick question: are you reading today’s column? If you aren’t reading today’s column that means that t...

Scripting Guy!VBScriptstorage
Apr 19, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Parse a Text File and Retrieve All the Information Contained Within Square Brackets?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I need to parse through a text file and extract the information contained within square brackets. So far, however, I haven’t been able to figure out how to do this; that’s because the data isn’t stored on separate lines in the file. Can you help?-- EI Hey, EI. Well, today is Friday, April 18th, the day the National Basketball...

Scripting Guy!scripting techniquesVBScript
Apr 18, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Store Arrays Within Another Array?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I need to read in data from a text file and store each line as a separate item in an array. However, the data in each line must also be stored as an array; in other words, I need an array made up of other arrays. I tried creating a multidimensional array, but I can’t get it to work. Can you help?-- PA Hey, PA. As you probably...

Scripting Guy!scripting techniquesVBScript
Apr 17, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Find Folders Whose Name Fits a Specified Pattern?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I have a bunch of folders that had names like this: BAD_20080411; in other words, the characters BAD_ followed by the date. These folders can be on any drive on my computer. How can I write a script that will locate all these folders for me?-- NS Hey, NS. Did you hear about the construction worker who attempted to place a curs...

Scripting Guy!VBScriptstorage