Showing tag results for VBScript

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

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

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

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

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
Apr 15, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Import a Fixed-Width Data File into Microsoft Excel?

ScriptingGuy1

Hey, Scripting Guy! How can I import a fixed-width data file into Microsoft Excel?-- RS Hey, RS. This column is being written on a Friday morning, and so far it’s been a very weird morning at that. For one thing, it’s not raining and – if you look closely – you can even see the sun. (It’s been awhile, but we’d recognize the sun anywhere.) Even w...

Scripting Guy!scripting techniquesVBScript