<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="0.92" xml:lang="en-US">
	<channel>
		<title>Computer Hope - Microsoft DOS</title>
		<link>https://www.computerhope.com/forum/index.php</link>
		<description><![CDATA[Live information from Computer Hope]]></description>
		<item>
			<title>Variable expiration date</title>
			<link>https://www.computerhope.com/forum/index.php/topic,184787.0.html</link>
			<description>
<![CDATA[Can I make a file that has a variable expiration date depending on the date it was run, for example, <br />for I want to make my batch expire after one month from starting date Or I must use a fixed expiration date stored inside the variable in the batch fi...]]>
			</description>
			<comments>https://www.computerhope.com/forum/index.php?action=post;topic=184787.0</comments>
			<category><![CDATA[Microsoft DOS]]></category>
			<pubDate>Fri, 21 Oct 2022 20:20:23 GMT</pubDate>
			<guid>https://www.computerhope.com/forum/index.php/topic,184787.0.html</guid>
		</item>
		<item>
			<title>Dealing with startup files</title>
			<link>https://www.computerhope.com/forum/index.php/topic,184743.0.html</link>
			<description>
<![CDATA[Hi,<br /><br />I&#39;m modifying a startup floppy based on MS-DOS 7.1 and Windows 3.11.<br /><br />Therefore, I need to launch some DOS commands to extract drivers so that CONFIG.SYS could load them.<br /><br />e.g. EMM386, that I need to compress to gain place on the disk. It is needed t...]]>
			</description>
			<comments>https://www.computerhope.com/forum/index.php?action=post;topic=184743.0</comments>
			<category><![CDATA[Microsoft DOS]]></category>
			<pubDate>Thu, 13 Oct 2022 08:01:47 GMT</pubDate>
			<guid>https://www.computerhope.com/forum/index.php/topic,184743.0.html</guid>
		</item>
		<item>
			<title>Running a batch file in specific workstations</title>
			<link>https://www.computerhope.com/forum/index.php/topic,184569.0.html</link>
			<description>
<![CDATA[Hi All<br />Thanks in advance for Anyone help<br />I&#39;m trying to&nbsp; make my bat file run on specific workstations by comparing the workstation MAC address with inserted MACs inside my batch then Run my Bat if the workstation MAC address is one of them or EXIT if t...]]>
			</description>
			<comments>https://www.computerhope.com/forum/index.php?action=post;topic=184569.0</comments>
			<category><![CDATA[Microsoft DOS]]></category>
			<pubDate>Sat, 01 Oct 2022 09:32:56 GMT</pubDate>
			<guid>https://www.computerhope.com/forum/index.php/topic,184569.0.html</guid>
		</item>
		<item>
			<title>Create a loop in batch file, that exits with any key press?</title>
			<link>https://www.computerhope.com/forum/index.php/topic,184452.0.html</link>
			<description><![CDATA[I&#39;m tinkering with a batch file, I use when i start my computer.&nbsp; One of the steps, is to open certain servers.&nbsp; This can take a while, when its done, i want to click a button to move to the next step.&nbsp; Which it does currently.&nbsp; But it seems to change ...]]></description>
			<comments>https://www.computerhope.com/forum/index.php?action=post;topic=184452.0</comments>
			<category><![CDATA[Microsoft DOS]]></category>
			<pubDate>Thu, 18 Aug 2022 14:36:23 GMT</pubDate>
			<guid>https://www.computerhope.com/forum/index.php/topic,184452.0.html</guid>
		</item>
		<item>
			<title><![CDATA[Redirection of &gt; to RAM vs Text File?]]></title>
			<link>https://www.computerhope.com/forum/index.php/topic,184318.0.html</link>
			<description>Maybe it cant be done as google search turned up nothing on this, but was curious if there was a method to redirect the output from say DIR /B to RAM vs a text File as currently the batch that I have passes the output to a text file and then the conten...</description>
			<comments>https://www.computerhope.com/forum/index.php?action=post;topic=184318.0</comments>
			<category><![CDATA[Microsoft DOS]]></category>
			<pubDate>Fri, 08 Jul 2022 23:36:40 GMT</pubDate>
			<guid>https://www.computerhope.com/forum/index.php/topic,184318.0.html</guid>
		</item>
		<item>
			<title>Batch File To Rename File Inside Of A Folder To The Folder Name, Plus More...</title>
			<link>https://www.computerhope.com/forum/index.php/topic,183986.0.html</link>
			<description>
<![CDATA[I have a folder full of other folders, each containing a different movie file and sometimes subtitles. <br /><br />The person I got the hard drive from named all of the movies in an ugly (to me) way, and they are not all named following the same convention. Meani...]]>
			</description>
			<comments>https://www.computerhope.com/forum/index.php?action=post;topic=183986.0</comments>
			<category><![CDATA[Microsoft DOS]]></category>
			<pubDate>Sun, 29 May 2022 08:03:03 GMT</pubDate>
			<guid>https://www.computerhope.com/forum/index.php/topic,183986.0.html</guid>
		</item>
		<item>
			<title>A better way to find a string in a large file</title>
			<link>https://www.computerhope.com/forum/index.php/topic,183845.0.html</link>
			<description>
<![CDATA[Hey,<br /><br />I&#39;ve been using a command in a batch file to find the records count in a large BARDATA file. What I have is working but I believe it&#39;s just been by dumb luck to this point.<br />The nutshell; BARDATA uploaded through serial port using putty as a data l...]]>
			</description>
			<comments>https://www.computerhope.com/forum/index.php?action=post;topic=183845.0</comments>
			<category><![CDATA[Microsoft DOS]]></category>
			<pubDate>Sun, 01 May 2022 23:14:46 GMT</pubDate>
			<guid>https://www.computerhope.com/forum/index.php/topic,183845.0.html</guid>
		</item>
		<item>
			<title>In DOS, how to include a Pipe | character to pipe it to CLIP</title>
			<link>https://www.computerhope.com/forum/index.php/topic,183720.0.html</link>
			<description>
<![CDATA[Thank you in advance for any help<br /><br />I need to pipe some text to CLIP in a DOS batch file.&nbsp; Problem I have is the text contains a PIPE character |.<br />For example, the text is <strong>abc|def</strong>.&nbsp; I need the clipiboard to show <strong>abc|def</strong> as well.<br /><br />Here&#39;s what...]]>
			</description>
			<comments>https://www.computerhope.com/forum/index.php?action=post;topic=183720.0</comments>
			<category><![CDATA[Microsoft DOS]]></category>
			<pubDate>Wed, 06 Apr 2022 14:23:56 GMT</pubDate>
			<guid>https://www.computerhope.com/forum/index.php/topic,183720.0.html</guid>
		</item>
		<item>
			<title>What is the command prompt for copying my hard to another hard drive ?</title>
			<link>https://www.computerhope.com/forum/index.php/topic,183689.0.html</link>
			<description><![CDATA[I haven&#39;t access to windows or safe mode <img src="https://www.computerhope.com/forum/Smileys/classic/sad.gif" alt="&#58;&#40;" title="Sad" class="smiley" /> so can I copy the information from the hard to another hard drive by command prompt?]]></description>
			<comments>https://www.computerhope.com/forum/index.php?action=post;topic=183689.0</comments>
			<category><![CDATA[Microsoft DOS]]></category>
			<pubDate>Wed, 30 Mar 2022 09:46:42 GMT</pubDate>
			<guid>https://www.computerhope.com/forum/index.php/topic,183689.0.html</guid>
		</item>
		<item>
			<title>MSDOS Print Redirection</title>
			<link>https://www.computerhope.com/forum/index.php/topic,183455.0.html</link>
			<description>I have a legacy system running on DOS, printer is not working. So I need to redirect LPT port from DOS system to another Windows 10 system. LPT port of DOS system will go as input (COM) port of Windows 10. In this case how can I collect the print from ...</description>
			<comments>https://www.computerhope.com/forum/index.php?action=post;topic=183455.0</comments>
			<category><![CDATA[Microsoft DOS]]></category>
			<pubDate>Mon, 07 Feb 2022 15:55:49 GMT</pubDate>
			<guid>https://www.computerhope.com/forum/index.php/topic,183455.0.html</guid>
		</item>
	</channel>
</rss>