<?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>Tech-Recipes &#187; Batch file programming</title>
	<atom:link href="http://www.tech-recipes.com/category/windows/batch-file-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:32:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multi-Threaded Robocopy by First-Level Subfolder</title>
		<link>http://www.tech-recipes.com/rx/13768/multi-threaded-robocopy-by-first-level-subfolder/</link>
		<comments>http://www.tech-recipes.com/rx/13768/multi-threaded-robocopy-by-first-level-subfolder/#comments</comments>
		<pubDate>Mon, 02 May 2011 13:29:06 +0000</pubDate>
		<dc:creator>Ben Kendall</dc:creator>
				<category><![CDATA[Batch file programming]]></category>
		<category><![CDATA[Microsoft Windows 7]]></category>
		<category><![CDATA[file copy]]></category>
		<category><![CDATA[file server migration]]></category>
		<category><![CDATA[folder copy]]></category>
		<category><![CDATA[multi-threaded robocopy]]></category>
		<category><![CDATA[multithreaded robocopy]]></category>
		<category><![CDATA[robocopy]]></category>
		<category><![CDATA[robocopy script]]></category>

		<guid isPermaLink="false">http://www.tech-recipes.com/?p=13768</guid>
		<description><![CDATA[Robocopy is a wonderful tool for synchronizing directories, migrating servers, or just generally copying data on or between Windows systems. The built-in version of Robocopy on Windows 7/Server 2008 R2 introduced a multi-threaded copy option; however, this is not available in earlier editions of Windows. Read on to discover how to do multi-threaded Robocopy operations [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/13768/multi-threaded-robocopy-by-first-level-subfolder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows 7: Mounting and Unmouting WIMs Using a DISM Batch File Menu</title>
		<link>http://www.tech-recipes.com/rx/10929/windows-7-mounting-and-unmouting-wims-using-a-dism-batch-file-menu/</link>
		<comments>http://www.tech-recipes.com/rx/10929/windows-7-mounting-and-unmouting-wims-using-a-dism-batch-file-menu/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 23:12:51 +0000</pubDate>
		<dc:creator>Jimmy Selix</dc:creator>
				<category><![CDATA[Batch file programming]]></category>
		<category><![CDATA[Microsoft Windows 7]]></category>
		<category><![CDATA[Windows installation]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[corporate]]></category>
		<category><![CDATA[dism]]></category>
		<category><![CDATA[dism.exe]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[imagex]]></category>
		<category><![CDATA[managing wim files]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[mount wim]]></category>
		<category><![CDATA[professional]]></category>
		<category><![CDATA[unmount wim]]></category>
		<category><![CDATA[waik]]></category>
		<category><![CDATA[wds]]></category>
		<category><![CDATA[wim files]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[windows deployment services]]></category>

		<guid isPermaLink="false">http://www.tech-recipes.com/?p=10929</guid>
		<description><![CDATA[This tech-recipe will include a batch file that lets you mount and unmount .WIM files in Windows 7 Professional / Ultimate and Windows Server 2008. I will also explain some the basics of WIM files and discuss how to manage them using DISM from the command prompt.
Introduction to WIM files:
Windows Imaging Format (WIM) files are used by [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/10929/windows-7-mounting-and-unmouting-wims-using-a-dism-batch-file-menu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to run your own PowerShell scripts / cmdlets</title>
		<link>http://www.tech-recipes.com/rx/9902/how-to-run-your-own-powershell-scripts-cmdlets/</link>
		<comments>http://www.tech-recipes.com/rx/9902/how-to-run-your-own-powershell-scripts-cmdlets/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 16:56:09 +0000</pubDate>
		<dc:creator>Ben Kendall</dc:creator>
				<category><![CDATA[Batch file programming]]></category>
		<category><![CDATA[Microsoft Windows 7]]></category>
		<category><![CDATA[cannot run powershell script]]></category>
		<category><![CDATA[cmdlet]]></category>
		<category><![CDATA[ExecutionPolicy]]></category>
		<category><![CDATA[how to run powershell script]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[ps1]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[windows powershell]]></category>

		<guid isPermaLink="false">http://www.tech-recipes.com/?p=9902</guid>
		<description><![CDATA[By default, Microsoft has prevented the running of custom PowerShell scripts, a.k.a. cmdlets, by setting the PowerShell &#8220;ExecutionPolicy&#8221; to &#8220;Restricted&#8221;. This can be changed easily.
You can change the ExecutionPolicy for PowerShell scripts/cmdlets by running the PowerShell command Set-ExecutionPolicy.
To elaborate your options for this command, simply run the following in PowerShell:
Set-ExecutionPolicy -ExecutionPolicy -?
Personally, I prefer to set [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/9902/how-to-run-your-own-powershell-scripts-cmdlets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>7-Zip: How to list contents of a folder and subfolder of zip files without extracting (Win XP,Vista,7 and Command Line)</title>
		<link>http://www.tech-recipes.com/rx/9356/7-zip-how-to-list-contents-of-a-folder-and-subfolder-of-zip-files-without-extracting-win-xpvista7-and-command-line/</link>
		<comments>http://www.tech-recipes.com/rx/9356/7-zip-how-to-list-contents-of-a-folder-and-subfolder-of-zip-files-without-extracting-win-xpvista7-and-command-line/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 00:43:34 +0000</pubDate>
		<dc:creator>Jimmy Selix</dc:creator>
				<category><![CDATA[Batch file programming]]></category>
		<category><![CDATA[7z]]></category>
		<category><![CDATA[7zip]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[contents]]></category>
		<category><![CDATA[directory listing]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[listing]]></category>
		<category><![CDATA[seamonkey420]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[without]]></category>
		<category><![CDATA[without extracting]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[zip]]></category>
		<category><![CDATA[zip file]]></category>

		<guid isPermaLink="false">http://www.tech-recipes.com/?p=9356</guid>
		<description><![CDATA[This tech-recipe will explain how to use 7-Zip to create a text file (tab delimited) listing of the contents of a zip file.  You can run this .bat file in a directory and get the listings of every ZIP file contained in that directory and any sub-directories.  Keep reading for the commands and explanation.
Required Software/Skills:
-7-Zip [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/9356/7-zip-how-to-list-contents-of-a-folder-and-subfolder-of-zip-files-without-extracting-win-xpvista7-and-command-line/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Batch File: How to retrieve Asset Tag / Serial Number for a Dell computer</title>
		<link>http://www.tech-recipes.com/rx/8310/batch-file-how-to-retrieve-asset-tag-serial-number-for-a-dell-computer/</link>
		<comments>http://www.tech-recipes.com/rx/8310/batch-file-how-to-retrieve-asset-tag-serial-number-for-a-dell-computer/#comments</comments>
		<pubDate>Tue, 05 Oct 2010 00:07:51 +0000</pubDate>
		<dc:creator>Jimmy Selix</dc:creator>
				<category><![CDATA[Batch file programming]]></category>
		<category><![CDATA[asset tag;batch file]]></category>
		<category><![CDATA[bat]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[retreive;serial number]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WMIC]]></category>

		<guid isPermaLink="false">http://www.tech-recipes.com/?p=8310</guid>
		<description><![CDATA[This guide is a quickie on how you can use a batch file to retrieve asset tag and / or serial number information for a Dell desktop or laptop.  This recipe assumes that the Dell computer has had its asset tag entered into the BIOS. Note, not all computer motherboards use this field in WMIC [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/8310/batch-file-how-to-retrieve-asset-tag-serial-number-for-a-dell-computer/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Batch File Scripting: How to export, find and replace, and reimport a registry key (XP, Win2k3, Vista, Windows 7)</title>
		<link>http://www.tech-recipes.com/rx/5672/batch-file-scripting-how-to-export-find-and-replace-and-reimport-a-registry-key-xp-win2k3-vista-windows-7/</link>
		<comments>http://www.tech-recipes.com/rx/5672/batch-file-scripting-how-to-export-find-and-replace-and-reimport-a-registry-key-xp-win2k3-vista-windows-7/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 02:22:45 +0000</pubDate>
		<dc:creator>Jimmy Selix</dc:creator>
				<category><![CDATA[Batch file programming]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[bat]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[batch file]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[Microsoft Windows 7]]></category>
		<category><![CDATA[modifying]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[registry hacking]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[tweaking]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">http://www.tech-recipes.com/?p=5672</guid>
		<description><![CDATA[This recipe is designed for the more operating system savvy persons and for those who work in an app deployment corporate setting.  Many times when you work in IT and in an app deployment team you run into situations where you need to either find a registry key and find a key and replace with a new entry.  However, sometimes there are cases where you know the main registry entry key but are not sure which entries below it may need to be changed.   Lets find a solution!]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/5672/batch-file-scripting-how-to-export-find-and-replace-and-reimport-a-registry-key-xp-win2k3-vista-windows-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Windows XP/Vista: Use a Batch File for Quickly Restarting explorer.exe</title>
		<link>http://www.tech-recipes.com/rx/2793/windows_xp_vista_use_batch_file__restart_explorer_exe/</link>
		<comments>http://www.tech-recipes.com/rx/2793/windows_xp_vista_use_batch_file__restart_explorer_exe/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 16:03:43 +0000</pubDate>
		<dc:creator>Rob Rogers</dc:creator>
				<category><![CDATA[Batch file programming]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[explorer]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[XP]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[Explorer.exe is the user shell on your Windows system (taskbar, desktop, etc.) and periodically it requires a restart to resume proper functionality.  Additionally, if you do a lot of tweaking to your system registry like I do, it&#8217;s much easier to restart explorer.exe to reload the registry instead of restarting the entire system.  [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2793/windows_xp_vista_use_batch_file__restart_explorer_exe/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>XCOPY command : Using the /EXCLUDE flag</title>
		<link>http://www.tech-recipes.com/rx/2682/xcopy_command_using_the_exclude_flag/</link>
		<comments>http://www.tech-recipes.com/rx/2682/xcopy_command_using_the_exclude_flag/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 10:50:15 +0000</pubDate>
		<dc:creator>Jimmy Selix</dc:creator>
				<category><![CDATA[Batch file programming]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[This recipe will briefly explain how to use the /EXCLUDE flag with XCOPY.  This can be very handy if you need to backup a full directory but do not need or want specific file types or folder or file names.

XCOPY is a command that is present in XP&#8217;s command prompt.  
XCOPY allows one [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2682/xcopy_command_using_the_exclude_flag/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Batch Files : Get users default printer via registry (WinXP)</title>
		<link>http://www.tech-recipes.com/rx/2568/batch_files_get_users_default_printer_via_registry_winxp/</link>
		<comments>http://www.tech-recipes.com/rx/2568/batch_files_get_users_default_printer_via_registry_winxp/#comments</comments>
		<pubDate>Sat, 18 Aug 2007 09:45:48 +0000</pubDate>
		<dc:creator>Jimmy Selix</dc:creator>
				<category><![CDATA[Batch file programming]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[This is another quickie recipe for you admins.  This recipe shows how to get the current user&#8217;s default printer via the registry and output the information to a text file via a batch file and in turn combine the result files into a larger file to then import into excel.

This is a pretty basic [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/2568/batch_files_get_users_default_printer_via_registry_winxp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>XP Batch Files: Copy images from camera to pc and organize by date</title>
		<link>http://www.tech-recipes.com/rx/1952/xp_batch_files_copy_images_camera_pc_and_organize_by_date/</link>
		<comments>http://www.tech-recipes.com/rx/1952/xp_batch_files_copy_images_camera_pc_and_organize_by_date/#comments</comments>
		<pubDate>Mon, 25 Dec 2006 17:31:40 +0000</pubDate>
		<dc:creator>Jimmy Selix</dc:creator>
				<category><![CDATA[Batch file programming]]></category>

		<guid isPermaLink="false">guid-fix-me!</guid>
		<description><![CDATA[This is a quickie recipe on how to create a batch file that will copy all of your photos/videos from a memory stick or camera onto your pc&#8217;s my pictures folder (c:\documents and settings\userid\my documents\my pictures).  this batch file will show you how to setup a prompt and using a basic if/then statement.

ALSO TEST [...]]]></description>
		<wfw:commentRss>http://www.tech-recipes.com/rx/1952/xp_batch_files_copy_images_camera_pc_and_organize_by_date/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 3/11 queries in 0.905 seconds using memcached
Object Caching 737/836 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 02:41:36 -->
