Showing tag results for Scripting Guy!

Apr 4, 2005
Post comments count0
Post likes count0

How Can I Monitor for Different Types of Events With Just One Script?

ScriptingGuy1

  Hey, Scripting Guy! Is there any way to monitor a folder for file creations and deletions, all with just one script? -- HA Hey, HA. By the way, thanks for the question: you temporarily saved us from answering a different question, one that was proving a bit difficult thanks to some surprising differences between Windows XP Service Pack 1 a...

Scripting Guy!scripting techniquesVBScript
Apr 1, 2005
Post comments count0
Post likes count0

How Can I Convert 1,000 .RTF Files to Word Documents?

ScriptingGuy1

Hey, Scripting Guy! I have a folder of about 1,000 .RTF files. I need to convert all of these to Word documents (.DOC files). Can you help me with this?-- LS Hey, LS. Sure, we can help you. We’re not going to, but we could if we wanted to. No, wait, come back: we’re just kidding. Not only can we help you, but we will help you. To prove it, let’s...

Scripting Guy!VBScriptOffice
Mar 31, 2005
Post comments count0
Post likes count0

How Can I Determine the Size of the My Documents Folder?

ScriptingGuy1

Hey, Scripting Guy! How can I determine the size of the My Documents folder?-- SC Hey, SC. The My Document folder is actually just another folder on the hard disk, one with a path similar to this: C:\Documents and Settings\kenmyer\My Documents. Of course, the actual path will vary depending on the name of the logged-on user; in addition, the My ...

Scripting Guy!VBScriptstorage
Mar 30, 2005
Post comments count0
Post likes count0

How Can I Copy and Rename a Worksheet in the Same Workbook?

ScriptingGuy1

Hey, Scripting Guy! I’d like to copy one of the worksheets in an Excel workbook and then paste that copy into the very same workbook; once it’s pasted it, I’d like to rename it. Can I do that?-- JG Hey, JG. Of course you can do this; after all, if you can do something in Excel it’s almost 100% guaranteed that you can do it using a script. This i...

Scripting Guy!VBScriptOffice
Mar 29, 2005
Post comments count0
Post likes count0

How Can I Clear a List Box in an HTA?

ScriptingGuy1

Hey, Scripting Guy! How can I clear a list box in an HTA?-- AK Hey, AK. For those of you who aren’t familiar with the term, an HTA - among other things - is a way to use Internet Explorer to provide a graphical user interface for your scripts. (If that still doesn’t answer your questions, don’t despair. Instead, stay tuned for April 11th when we...

Scripting Guy!scripting techniquesVBScript