<?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>Batch &#8211; SQL Server and Data Tutorials</title>
	<atom:link href="https://expert-only.com/en/tag/batch/feed/" rel="self" type="application/rss+xml" />
	<link>https://expert-only.com/en/</link>
	<description>Learn SQL Server And Data Tutorials from an Expert</description>
	<lastBuildDate>Thu, 22 Feb 2024 13:45:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://expert-only.com/wp-content/uploads/2020/08/cropped-favicon-32x32.jpg</url>
	<title>Batch &#8211; SQL Server and Data Tutorials</title>
	<link>https://expert-only.com/en/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Copy Files Using Command Prompt in Windows ?</title>
		<link>https://expert-only.com/en/ms-dos/how-to-copy-files-using-command-prompt-in-windows/</link>
		
		<dc:creator><![CDATA[Expert-Only]]></dc:creator>
		<pubDate>Thu, 30 Nov 2023 05:39:00 +0000</pubDate>
				<category><![CDATA[MS-DOS]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[Script]]></category>
		<guid isPermaLink="false">https://expert-only.com/?p=4623</guid>

					<description><![CDATA[<p>Different practical scripts examples to copy files using the Windows 10 command prompt. To copy files using the command prompt to other Windows 10 folders, use the copy script from the MS-DOS Windows. Two main options allow users to <a class="mh-excerpt-more" href="https://expert-only.com/en/ms-dos/how-to-copy-files-using-command-prompt-in-windows/" title="How To Copy Files Using Command Prompt in Windows ?">...</a></p>
<p>L’article <a rel="nofollow" href="https://expert-only.com/en/ms-dos/how-to-copy-files-using-command-prompt-in-windows/">How To Copy Files Using Command Prompt in Windows ?</a> est apparu en premier sur <a rel="nofollow" href="https://expert-only.com/en/">SQL Server and Data Tutorials</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to display the current directory path with cmd?</title>
		<link>https://expert-only.com/en/ms-dos/current-directory-path-with-cmd/</link>
		
		<dc:creator><![CDATA[Expert-Only]]></dc:creator>
		<pubDate>Mon, 17 Jul 2023 04:46:00 +0000</pubDate>
				<category><![CDATA[MS-DOS]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[Script]]></category>
		<guid isPermaLink="false">https://expert-only.com/?p=4984</guid>

					<description><![CDATA[<p>How to display the current directory path with cmd commands? Command to display the current directory path, which is the folder where a cmd prompt is currently running. The MS-DOS command prompt is a text-based user interface that allows <a class="mh-excerpt-more" href="https://expert-only.com/en/ms-dos/current-directory-path-with-cmd/" title="How to display the current directory path with cmd?">...</a></p>
<p>L’article <a rel="nofollow" href="https://expert-only.com/en/ms-dos/current-directory-path-with-cmd/">How to display the current directory path with cmd?</a> est apparu en premier sur <a rel="nofollow" href="https://expert-only.com/en/">SQL Server and Data Tutorials</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to copy files recursively using Windows cmd?</title>
		<link>https://expert-only.com/en/ms-dos/copy-files-recursively-with-cmd/</link>
		
		<dc:creator><![CDATA[Expert-Only]]></dc:creator>
		<pubDate>Wed, 28 Jun 2023 04:24:00 +0000</pubDate>
				<category><![CDATA[MS-DOS]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[Recursive]]></category>
		<category><![CDATA[Script]]></category>
		<guid isPermaLink="false">https://expert-only.com/?p=4628</guid>

					<description><![CDATA[<p>Script examples to do a recursive Windows copy using the xcopy command. To copy files recursively with the cmd command prompt, use the Windows xcopy command and the recursive option. The xcopy command is very similar to the copy <a class="mh-excerpt-more" href="https://expert-only.com/en/ms-dos/copy-files-recursively-with-cmd/" title="How to copy files recursively using Windows cmd?">...</a></p>
<p>L’article <a rel="nofollow" href="https://expert-only.com/en/ms-dos/copy-files-recursively-with-cmd/">How to copy files recursively using Windows cmd?</a> est apparu en premier sur <a rel="nofollow" href="https://expert-only.com/en/">SQL Server and Data Tutorials</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Copy files with PowerShell and the Copy-Item command</title>
		<link>https://expert-only.com/en/ps/copy-files-with-powershell/</link>
		
		<dc:creator><![CDATA[Expert-Only]]></dc:creator>
		<pubDate>Tue, 15 Nov 2022 05:25:00 +0000</pubDate>
				<category><![CDATA[Powershell]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[File]]></category>
		<category><![CDATA[Folder]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Scripting]]></category>
		<guid isPermaLink="false">https://expert-only.com/uncategorized/copy-a-file-with-windows-powershell/</guid>

					<description><![CDATA[<p>How to copy Windows files to another folder with PowerShell? There are several efficient options to copy Windows files with the PowerShell command prompt. In PowerShell scripting, use the Copy-Items command in a Windows PowerShell prompt. It is also <a class="mh-excerpt-more" href="https://expert-only.com/en/ps/copy-files-with-powershell/" title="Copy files with PowerShell and the Copy-Item command">...</a></p>
<p>L’article <a rel="nofollow" href="https://expert-only.com/en/ps/copy-files-with-powershell/">Copy files with PowerShell and the Copy-Item command</a> est apparu en premier sur <a rel="nofollow" href="https://expert-only.com/en/">SQL Server and Data Tutorials</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Run an SSIS package from the command line using the DTExec utility</title>
		<link>https://expert-only.com/en/ssis/run-ssis-package-from-command-line/</link>
					<comments>https://expert-only.com/en/ssis/run-ssis-package-from-command-line/#respond</comments>
		
		<dc:creator><![CDATA[Expert-Only]]></dc:creator>
		<pubDate>Mon, 24 Oct 2022 05:37:00 +0000</pubDate>
				<category><![CDATA[SSIS]]></category>
		<category><![CDATA[Batch]]></category>
		<guid isPermaLink="false">https://expert-only.com/?p=19712</guid>

					<description><![CDATA[<p>Integration Services tutorial to run SSIS packages from the command line using the DTExec utility. The DTEXEC Integration Services tool allows users to run and configure an SSIS package from the command line. Indeed, the Microsoft SQL Server suite <a class="mh-excerpt-more" href="https://expert-only.com/en/ssis/run-ssis-package-from-command-line/" title="Run an SSIS package from the command line using the DTExec utility">...</a></p>
<p>L’article <a rel="nofollow" href="https://expert-only.com/en/ssis/run-ssis-package-from-command-line/">Run an SSIS package from the command line using the DTExec utility</a> est apparu en premier sur <a rel="nofollow" href="https://expert-only.com/en/">SQL Server and Data Tutorials</a>.</p>
]]></description>
		
					<wfw:commentRss>https://expert-only.com/en/ssis/run-ssis-package-from-command-line/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Clear the command line screen prompt</title>
		<link>https://expert-only.com/en/ms-dos/clear-the-command-line-screen-prompt/</link>
		
		<dc:creator><![CDATA[Expert-Only]]></dc:creator>
		<pubDate>Wed, 02 Feb 2022 05:38:00 +0000</pubDate>
				<category><![CDATA[MS-DOS]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[Folder]]></category>
		<guid isPermaLink="false">https://expert-only.com/?p=5382</guid>

					<description><![CDATA[<p>How to clear the Windows command line screen prompt ? MS-DOS allows to manage the Windows system in a very effective way, for example by using scripting to automate tasks. After running multiple commands on the black dos screen, <a class="mh-excerpt-more" href="https://expert-only.com/en/ms-dos/clear-the-command-line-screen-prompt/" title="Clear the command line screen prompt">...</a></p>
<p>L’article <a rel="nofollow" href="https://expert-only.com/en/ms-dos/clear-the-command-line-screen-prompt/">Clear the command line screen prompt</a> est apparu en premier sur <a rel="nofollow" href="https://expert-only.com/en/">SQL Server and Data Tutorials</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
