Sign In
TechNet Blogs
Technet Blog Images
More ...
Tweet tweet!
Translate this page
Powered by
Microsoft® Translator
Related Links
Blog Home
Script Center Home
Scripting Library
Learn to Script
Script Repository
Scripting Forum
2012 Scripting Games
Common Tasks
Blog Home
RSS for comments
RSS for posts
Atom
OK
Email Blog Author
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
2009 Summer Scripting Games (42)
2010 Scripting Games (115)
2011 Scripting Games (132)
2012 Scripting Games (125)
Active Directory (216)
ActiveX Data Objects (ADO) (30)
Advanced (70)
arrays hash tables and dictionary objects (29)
Beginner (96)
CSV and other delimited files (35)
databases (57)
dates and times (56)
desktop management (111)
displaying output (32)
event logs (45)
events and monitoring (37)
Excel spreadsheet (52)
Excel.Application (31)
files (140)
folders (74)
general management tasks (55)
getting started (299)
groups (39)
guest blogger (264)
Internet Explorer (31)
leaderboard (57)
local accounts and Windows NT 4.0 accounts (33)
Logs and monitoring (48)
Microsoft Excel (114)
Microsoft Outlook (49)
Microsoft Word (95)
multimedia (30)
Office (286)
operating system (229)
other Directory Services (34)
performance (32)
printing (31)
prize winners (32)
processes (48)
Quick-Hits Friday (88)
registry (82)
regular expressions (39)
running (86)
Scripting Guy! (2162)
scripting techniques (990)
Scripting Wife (85)
Sean Kearney (50)
searching Active Directory (63)
security (44)
servers (31)
services (31)
sponsors (38)
storage (211)
string manipulation (48)
text files (147)
troubleshooting (39)
user accounts (89)
using the Internet (38)
VBScript (1049)
Web pages and HTAs (71)
Weekend Scripter (186)
Windows PowerShell (1300)
Windows PowerShell ISE (33)
WMI (159)
writing (45)
Archives
Archives
May 2012
(29)
April 2012
(97)
March 2012
(44)
February 2012
(31)
January 2012
(31)
December 2011
(31)
November 2011
(30)
October 2011
(31)
September 2011
(30)
August 2011
(31)
July 2011
(31)
June 2011
(30)
May 2011
(31)
April 2011
(97)
March 2011
(41)
February 2011
(28)
January 2011
(31)
December 2010
(31)
November 2010
(30)
October 2010
(31)
September 2010
(30)
August 2010
(33)
July 2010
(31)
June 2010
(30)
May 2010
(67)
April 2010
(65)
March 2010
(34)
February 2010
(29)
January 2010
(23)
December 2009
(23)
November 2009
(22)
October 2009
(23)
September 2009
(22)
August 2009
(25)
July 2009
(24)
June 2009
(38)
May 2009
(22)
April 2009
(22)
March 2009
(22)
February 2009
(20)
January 2009
(22)
December 2008
(8)
November 2008
(17)
October 2008
(9)
September 2008
(8)
August 2008
(6)
July 2008
(5)
June 2008
(21)
May 2008
(21)
April 2008
(22)
March 2008
(21)
February 2008
(21)
January 2008
(22)
December 2007
(10)
November 2007
(20)
October 2007
(23)
September 2007
(19)
August 2007
(23)
July 2007
(21)
June 2007
(21)
May 2007
(22)
April 2007
(21)
March 2007
(22)
February 2007
(21)
January 2007
(21)
December 2006
(11)
November 2006
(20)
October 2006
(22)
September 2006
(20)
August 2006
(23)
July 2006
(20)
June 2006
(22)
May 2006
(22)
April 2006
(20)
March 2006
(23)
February 2006
(20)
January 2006
(21)
December 2005
(16)
November 2005
(20)
October 2005
(21)
September 2005
(21)
August 2005
(23)
July 2005
(20)
June 2005
(22)
May 2005
(21)
April 2005
(21)
March 2005
(22)
February 2005
(20)
January 2005
(21)
December 2004
(16)
November 2004
(20)
October 2004
(21)
September 2004
(21)
August 2004
(22)
June, 2008
TechNet Blogs
>
Hey, Scripting Guy! Blog
>
June, 2008
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Copy Specified Sections of an .RTF File to a New Word Document?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I have large files output by a reservoir simulator, files I use to predict oil, water and gas movements in hydrocarbon reservoirs. These files are finite-difference numerical simulators, and work by timestep (i.e. a time interval,...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Prevent Office Excel From Turning My Imported Numbers Into Dates?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I have a CSV file, and every time I open that file in Office Excel my numbers get converted to dates. How can I import numbers as numbers? -- JR Hey, JR. You know, just yesterday the Scripting Guy who writes this column learned...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Copy Files Based on Multiple Criteria?
Posted
over 4 years ago
by
ScriptingGuy1
1
Comments
Hey, Scripting Guy! How can I match multiple criteria in a file name? I need to copy all the files in a folder that are less than 24 hours old, and that have file names beginning with the letters FS , CG , or GPS . How can I do that? -- EM Hey,...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Add a Hyperlink to a Microsoft Office Outlook Signature?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I’m trying to use a script to create a Microsoft Office Outlook signature, but I can’t figure out how to add a live hyperlink to that signature. Can you help? -- BK Hey, BK. You know, it’s interesting that you...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Change a Registry Value Named (Default)?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I am trying to change a registry value that has the name (Default). I can change any registry value that has a “real” name, but I can’t figure out how to change one with the name (Default). If I export the value the name shows up as...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Open and Close Outlook Attachments?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! We recently implemented a scheme whereby Team Leads or Contract Sponsors may request server access for their Team members by submitting an Excel spreadsheet. To this end, I proposed a script that will open Outlook, look for items in...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Change the Letter Case of My File Names?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy (and the $12 million-a-year Scripting Editor)! Is there a way to mass-rename all the files in a folder, changing the letter case as needed? -- MV Hey, MV. To begin with, we should mention that we know that you actually asked two...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Modify a Text File Based on the Value of a Particular Column in the File?
Posted
over 4 years ago
by
ScriptingGuy1
2
Comments
Hey, Scripting Guy! I need some help in cleaning up a text file. I have a file that contains multiple columns of data, and I need to either delete or modify lines in the file based on the value of the 13 th column. Can you help me? -- AM Hey, AM...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Use a File Mask When Renaming Files?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! How can I change file names using a file mask? You know, like when you run the command-line command ren ??x???p?.* ?a????bc.x?? . -- AM Hey, AM. Well, the big news out of Seattle is that the Mariners have fired their general...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Remove the Speaker Notes From a PowerPoint Presentation?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! We have a whole bunch of PowerPoint presentations that we would like to share with other people. However, before we make these presentations available we’d like to remove all the speaker notes from each one. Is there a way we...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Remove Specified Commas from a Comma-Separated Values File?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I have a comma-separated values file in which several fields have a comma embedded in the field value; that’s causing problems when I try and import the information into another application. I was wondering if there is a way to remove...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Retrieve Free/Busy Time From Microsoft Outlook?
Posted
over 4 years ago
by
ScriptingGuy1
1
Comments
Hey, Scripting Guy! How can I write a script that retrieves free/busy time from Outlook? -- JH Hey, JH. As we noted yesterday , the Scripting Guys are back from a whirlwind trip to Orlando, where we flew into town, delivered a pair of instructor-led...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Run a Command-Line Tool Multiple Times and Save the Output to a Text File?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I’m trying to write a script that will run Fsutil.exe against all the drives on a computer. That’s pretty easy. However, I’d like to have all the output written to a text file rather than displayed on screen; that’s the part that I...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Get a List of All the Styles in a Word Document?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! Is it possible to get a list of all the styles available in a Word document? -- RK Hey, RK. Believe it or not, TechEd Orlando is over, at least for the Scripting Guys. Admittedly, it was a somewhat abbreviated trip: we flew in,...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Get a Script to Pick Up Where It Left Off After a Reboot?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I would like to write a script, with a number of sequential actions, that can continue where it left off after a reboot. How can I do that? -- GS Hey, GS. By the way, what are you doing at 10:00 AM Eastern Daylight Time today? Nothing...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Apply a Timeout to an InputBox?
Posted
over 4 years ago
by
ScriptingGuy1
1
Comments
Hey, Scripting Guy! I know that, by using the WSH Popup method, you can time out a message box. Is it possible to do something similar with the InputBox function? -- JR Hey, JR. Greetings from sunny Florida! Well, at least we assume it’s sunny Florida;...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Add a Line to the Beginning of a Text File And Simultaneously Delete the Last Line of That File?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I have a script that adds a line to a log file. Each time I add a new line to this file I would like to delete the last line in the file; that way I always have 20 lines in the file. Can you help me get this to work? -- HW Hey,...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Save My Outlook Contacts as .MSG Files?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I would like to export all my contacts as .MSG files. Is that possible? -- FG Hey, FG. You know, the other day the Scripting Guy who writes this column was watching his … beloved … Seattle Mariners play the Angels. (The Scripting...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Determine the Largest Value in a Table Column in Microsoft Office Word?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I have a script that automatically creates a Microsoft Office Word table that features several columns of data. At the bottom of each column I need to list the largest number that can be found in that column. What’s the easiest way...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Move Files Based on Their Three-Part File Name?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I have a folder filled with invoice files. Each of these files has been given a file name based on a specific three-part naming convention: a three-letter abbreviation of the vendor name; the invoice date (e.g., 06032008) ; and the...
Hey, Scripting Guy! Blog
Hey, Scripting Guy! How Can I Use Leading Zeroes When Displaying a Value in Windows PowerShell?
Posted
over 4 years ago
by
ScriptingGuy1
0
Comments
Hey, Scripting Guy! I just read your “ using calculated properties ” PowerShell Tip of the Week, and it addresses a problem I recently had. However, when I got to the last step in your article, I realized the file sizes – and my displayed values – are...
Page 1 of 1 (21 items)