 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; Scripts</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sun, 26 May 2013 01:32:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Attempting to tradition build script and I received an error message</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/attempting-to-tradition-build-script-and-i-received-an-error-message/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/attempting-to-tradition-build-script-and-i-received-an-error-message/#comments</comments>
		<pubDate>Sat, 20 Apr 2013 17:38:47 +0000</pubDate>
		<dc:creator>KaziMamunur</dc:creator>
				<category><![CDATA[IDL software]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/attempting-to-tradition-build-script-and-i-received-an-error-message/</guid>
		<description><![CDATA[New Answer by Michael Tidmarsh]]></description>
				<content:encoded><![CDATA[New Answer by Michael Tidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/attempting-to-tradition-build-script-and-i-received-an-error-message/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updating a Date Time Field</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/updating-a-date-time-field/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/updating-a-date-time-field/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 16:27:10 +0000</pubDate>
		<dc:creator>DJandLO</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I need to update the Confirmation Date Time field to NULL for a specific meeting but am unsure how to insert it.  The script below works for an individual but if they have more than 1 confirmation date it clears then all. Meet_Master.MEETING is where the meeting code AM2011 is. UPDATE   ORDERS SET CONFIRMATION_DATE_TIME = [...]]]></description>
				<content:encoded><![CDATA[<p>I need to update the Confirmation Date Time field to NULL for a specific meeting but am unsure how to insert it.  The script below works for an individual but if they have more than 1 confirmation date it clears then all.<br/><br/> Meet_Master.MEETING is where the meeting code AM2011 is.<br/><br/>  UPDATE<br/><br/>   <br/><br/>   ORDERS SET CONFIRMATION_DATE_TIME = NULL WHERE ORDERS.ST_ID = &#8217;236477&#8242;<br/><br/> Thanks!<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/updating-a-date-time-field/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Update a Date_Time Field</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/update-a-date_time-field/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/update-a-date_time-field/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 15:05:45 +0000</pubDate>
		<dc:creator>DJandLO</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL scripts]]></category>
		<category><![CDATA[SQL Server 2005]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I&#8217;m trying to update a DATE_TIME field to a NULL value. When I run the script below I get an error. Any ideas on what I&#8217;m missing? UPDATE Orders SET CONFIRMATION_DATE_TIME = &#8216; &#8216; WHERE ST_ID = 102690 ERROR: Msg 245, Level 16, State 1, Line 1 Syntax error converting the varchar value &#8216;Ê&#8217; to [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m trying to update a DATE_TIME field to a NULL value. When I run the script below I get an error. Any ideas on what I&#8217;m missing? <br/><br/> UPDATE Orders SET CONFIRMATION_DATE_TIME = &#8216; &#8216; WHERE ST_ID = 102690 <br/><br/> ERROR: Msg 245, Level 16, State 1, Line 1 Syntax error converting the varchar value &#8216;Ê&#8217; to a column of data type int. <br/><br/> Thanks!<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/update-a-date_time-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Log file copy time</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/log-file-copy-time/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/log-file-copy-time/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 18:53:26 +0000</pubDate>
		<dc:creator>ConFlicker</dc:creator>
				<category><![CDATA[Batch file]]></category>
		<category><![CDATA[Batch files]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[VB script]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Is it possible to log how long it takes for a file to copy from one location to another? I am using Windows and wanted to output to a text file how long a file transfer took. Can anyone help with this process?]]></description>
				<content:encoded><![CDATA[<p>Is it possible to log how long it takes for a file to copy from one location to another? I am using Windows and wanted to output to a text file how long a file transfer took. Can anyone help with this process?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/log-file-copy-time/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install fonts in windows 7 using vbs</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/install-fonts-in-windows-7-using-vbs/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/install-fonts-in-windows-7-using-vbs/#comments</comments>
		<pubDate>Thu, 14 Apr 2011 15:31:32 +0000</pubDate>
		<dc:creator>swinehart6803</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 7 support]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have clients that are going to place their fonts, usually downloaded ones into a folder. I need a script to assist me in this. Since I dont know what the fonts are called, I can&#8217;t use this one as stated, since I don&#8217;t know the .ParseName values. How do I write this so it [...]]]></description>
				<content:encoded><![CDATA[<p>I have clients that are going to place their fonts, usually downloaded ones into a folder. I need a script to assist me in this.<br />
Since I dont know what the fonts are called, I can&#8217;t use this one as stated, since I don&#8217;t know the .ParseName values.</p>
<p>How do I write this so it will go through the folder in question and parse out the names and run the &#8220;Install&#8221; process for these fonts?</p>
<p>This would run at startup on the end users manchines</p>
<p>Set objShell = CreateObject(&#8220;Shell.Application&#8221;)<br />
Set objFolder = objShell.Namespace(&#8220;\\serverfonts&#8221;)<br />
Set objFolderItem = objFolder.Parsename(&#8220;fontname.ttf&#8221;)<br />
objFolderItem.InvokeVerb(&#8220;Install&#8221;)</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/install-fonts-in-windows-7-using-vbs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generating Windows events from the event log</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/generating-windows-events-from-the-event-log/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/generating-windows-events-from-the-event-log/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 17:35:23 +0000</pubDate>
		<dc:creator>ITKE</dc:creator>
				<category><![CDATA[Batch files]]></category>
		<category><![CDATA[Event logs]]></category>
		<category><![CDATA[Remote servers]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Windows Batch Files]]></category>
		<category><![CDATA[Windows scripting]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Can I generate windows events that appear in the event log from scripts or batch files. For example from an Windows XP system call scripts that ping remote servers and on failure generate a event.]]></description>
				<content:encoded><![CDATA[<p>Can I generate windows events that appear in the event log from scripts or batch files. For example from an Windows XP system call scripts that ping remote servers and on failure generate a event.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/generating-windows-events-from-the-event-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco show command script</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cisco-show-command-script/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cisco-show-command-script/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 12:51:33 +0000</pubDate>
		<dc:creator>Jay2496</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[Cisco IOS]]></category>
		<category><![CDATA[Cisco IOS Commands]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello. I want to implement a simple and easy to use script that would allow me to do a sequence of Cisco IOS commands. Can anyone help me? For example, if I want to sent a customer a script with the following commands but in a script so that they cannot change it. Thank you, [...]]]></description>
				<content:encoded><![CDATA[<p>Hello. I want to implement a simple and easy to use script that would allow me to do a sequence of Cisco IOS commands. Can anyone help me? For example, if I want to sent a customer a script with the following commands but in a script so that they cannot change it. Thank you,</p>
<p>Show ver<br />
Show config<br />
Show Cdp<br />
Show interface<br />
Show ip interface<br />
show ip interface brief<br />
Show Ip route<br />
Show log<br />
Show vlan</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cisco-show-command-script/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>VBscript for Windows Server 2003 SP2</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/vbscript-for-windows-server-2003/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/vbscript-for-windows-server-2003/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 19:10:59 +0000</pubDate>
		<dc:creator>Philcrox</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[VBScript]]></category>
		<category><![CDATA[Visual Basic Script]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2003 SP2]]></category>
		<category><![CDATA[Windows XP Professional]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi! im pretty new to vbscript and would like to know if any of you know a good book to buy or a website with reference guides im wanting to rewrite all my logon scripts for my school from scratch and make it work for me! now im used to &#8220;for dummies&#8221; guides but i [...]]]></description>
				<content:encoded><![CDATA[<p>Hi!<br/><br/> im pretty new to vbscript and would like to know if any of you know a good book to buy or a website with reference guides<br/><br/> im wanting to rewrite all my logon scripts for my school from scratch and make it work for me!<br/><br/> now im used to &#8220;for dummies&#8221; guides but i cant see any for this. hope some one can lead me on the right track <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> <br/><br/> many thanks<br/><br/> Phil<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/vbscript-for-windows-server-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide mapped drives through log on script in Windows XP Professional SP3</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/hide-mapped-drives-through-log-on-script/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/hide-mapped-drives-through-log-on-script/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 14:05:26 +0000</pubDate>
		<dc:creator>Philcrox</dc:creator>
				<category><![CDATA[Mapped drives]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Windows XP Professional]]></category>
		<category><![CDATA[Windows XP Professional SP3]]></category>
		<category><![CDATA[Windows XP SP3]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi is it possible to hide a mapped drive from view in the &#8220;My Computer&#8221; folder? I have all my drives mapped by scripts on logon, i am wanting to hide the S: drive but it is essential that it is mapped as many RM Software runs through this drive, this is my script *********************************************************   [...]]]></description>
				<content:encoded><![CDATA[<p>Hi <br/><br/> is it possible to hide a mapped drive from view in the &#8220;My Computer&#8221; folder?<br/><br/> I have all my drives mapped by scripts on logon,<br/><br/> i am wanting to hide the S: drive but it is essential that it is mapped as many RM Software runs through this drive, this is my script<br/><br/> *********************************************************<br/><br/>  <br/><br/> &#8216;// Declare All variables Option Explicit<br/><br/>  &#8216;// Comment this out for debugging! On Error Resume Next<br/><br/> &#8216;// Variables Dim network, filesys, shell Dim serverpath, servername<br/><br/> &#8216;// Create Windows Scripting Object Set network = CreateObject(&#8220;WScript.Network&#8221;) Set filesys = CreateObject(&#8220;Scripting.FileSystemObject&#8221;) Set shell = CreateObject(&#8220;WScript.Shell&#8221;)<br/><br/> &#8216;// Define UNC Paths servername = &#8220;pvserver&#8221; serverpath = &#8220;\\&#8221; &#038; servername &#038; &#8220;&#8221;<br/><br/> &#8216;// Dont run on the server! If LCase(network.ComputerName) = servername Then   err.Raise1, &#8220;Can not run on the server!&#8221; End If<br/><br/> &#8216;// map network drives network.MapNetworkDrive &#8220;s:&#8221;, serverpath &#038; &#8220;software&#8221; network.MapNetworkDrive &#8220;o:&#8221;, serverpath &#038; &#8220;Pupil Resources&#8221; network.MapNetworkDrive &#8220;z:&#8221;, serverpath &#038; &#8220;Media&#8221; network.MapNetworkDrive &#8220;G:&#8221;, serverpath &#038; &#8220;Sherston&#8221;<br/><br/>  *******************************************************<br/><br/>  <br/><br/> hope someone can help<br/><br/>  <br/><br/> many thanks <img src='http://itknowledgeexchange.techtarget.com/itanswers/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> <br/><br/> Phil<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/hide-mapped-drives-through-log-on-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AutoIT Database Program Close</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/autoit-database-program-close/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/autoit-database-program-close/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 18:49:19 +0000</pubDate>
		<dc:creator>Schmidtw</dc:creator>
				<category><![CDATA[AutoIT]]></category>
		<category><![CDATA[Close Program]]></category>
		<category><![CDATA[Database Application]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello, I am trying to gently close a database application. I am using AutoIT to &#8220;learn&#8221; the steps to do so. Unfortunately, I am having difficulty getting the program to respond as expected. Any pointers? Sample scripts? Thanks in advance. -Schmidtw]]></description>
				<content:encoded><![CDATA[<p>Hello, I am trying to gently close a database application. I am using AutoIT to &#8220;learn&#8221; the steps to do so. Unfortunately, I am having difficulty getting the program to respond as expected. Any pointers? Sample scripts? Thanks in advance. -Schmidtw</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/autoit-database-program-close/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/16 queries in 0.021 seconds using memcached
Object Caching 982/1084 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-26 04:58:19 -->