<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>MS-DOS Forum RSS Feed (Replies Included)</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the 'MS-DOS' forum at Programmer's Heaven, including replies.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 15:36:39 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 15:36:39 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Re: batch file to run updates of several models</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/431849/431850/re-batch-file-to-run-updates-of-several-models/#431850</link>
      <description>India Cargo Movers (ICM) was started in the year 1997, more than 25 years experience in the Transport Industry. &lt;br /&gt;
ICM Pack N Move has achieved a national reputation as an acclaimed specialist in national relocation services and interstate moves. The company was having more than 25 branches across the India. From state to interstate our Packers will ensure your next moves easy and aggravation and are ready to assist with all your office and home.&lt;br /&gt;
One of the major to our sturdy growth is our ability to listen and understand our customers needs, then outfitter our relocation service to meet their individual needs.&lt;br /&gt;
Unlike the bigger conglomerates, ICM Pack N Move has the flexibility to provide a customized service at all levels, both within India and through our network of partners around the Nation.&lt;br /&gt;
Where you are relocating, the team at ICM Pack N Move has the logistical experience to ensure your relegation arrives on time and in the condition it left in.&lt;br /&gt;
With a pervasive transport fleet including trucks, vans and large towage vehicles we can ensure any size and any load, can be moved quickly and economically by our professional team.&lt;br /&gt;
Our Packers are motivated and thorough in all aspects of your relocation. From packing, storage documentation, insurance and delivery, your office, home or removal requirements are always carried out with the utmost care.&lt;br /&gt;
ICM Pack N Move mission for the future is to expand our enterprise to include more national and international enterprise, cater to a worldwide market and include associate and operational bases in many countries across the world.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ICM Pack N Move is committed to deliver quality service, especially when you need our assistance. &lt;br /&gt;
Just e-mail: info@icmlmail.com&lt;br /&gt;
Or call us: +91-9382517189&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/431849/431850/re-batch-file-to-run-updates-of-several-models/#431850</guid>
      <pubDate>Tue, 09 Apr 2013 03:07:02 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>batch file to run updates of several models</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/431849/431849/batch-file-to-run-updates-of-several-models/</link>
      <description>Hello i have this code:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
@echo off&lt;br /&gt;
rem *** jump to model according to PA number ***&lt;br /&gt;
set "pa"=&lt;br /&gt;
set /p "pa"=PA Number: &lt;br /&gt;
&lt;br /&gt;
:PSAT1&lt;br /&gt;
:PSAT2&lt;br /&gt;
cd biostosh\bios1.exe&lt;br /&gt;
&lt;br /&gt;
:PXLL1&lt;br /&gt;
cd biostosh\bios2.exe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
the objective is to put this batch file in a USB drive in order to run the new bios for PC. Some models use the same bios file. This code works, but if i put the "PSAT1" goes to bios1.exe, and PXLL1 goes to the same file, when should go to bios2.exe.What can i do to put this to work?&lt;br /&gt;
There will bem more than 100 different models so i need a way to put it to work in &lt;br /&gt;
Need help please,  i am a novice in this bath things..&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/431849/431849/batch-file-to-run-updates-of-several-models/</guid>
      <pubDate>Tue, 09 Apr 2013 01:33:29 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>batch file to run updates of several models</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/431848/431848/batch-file-to-run-updates-of-several-models/</link>
      <description>Hello i have this code:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Code:&lt;br /&gt;
@echo off&lt;br /&gt;
rem *** jump to model according to PA number ***&lt;br /&gt;
set "pa"=&lt;br /&gt;
set /p "pa"=PA Number: &lt;br /&gt;
&lt;br /&gt;
:PSAT1&lt;br /&gt;
:PSAT2&lt;br /&gt;
cd biostosh\bios1.exe&lt;br /&gt;
&lt;br /&gt;
:PXLL1&lt;br /&gt;
cd biostosh\bios2.exe&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
the objective is to put this batch file in a USB drive in order to run the new bios for PC. Some models use the same bios file. This code works, but if i put the "PSAT1" goes to bios1.exe, and PXLL1 goes to the same file, when should go to bios2.exe.What can i do to put this to work?&lt;br /&gt;
There will bem more than 100 different models so i need a way to put it to work in &lt;br /&gt;
Need help please,  i am a novice in this bath things..&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/431848/431848/batch-file-to-run-updates-of-several-models/</guid>
      <pubDate>Tue, 09 Apr 2013 01:31:39 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Ordering cross-directories</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/431735/431735/ordering-cross-directories/</link>
      <description>Hi,&lt;br /&gt;
I need your help.&lt;br /&gt;
I want to iterate over directories and order all the files found by date.&lt;br /&gt;
&lt;br /&gt;
I have used this command:&lt;br /&gt;
&lt;br /&gt;
cmd /c dir " c:\nuovacartella "  /b /s /A&lt;img src="http://www.programmersheaven.com/images/Community/grin.gif" width="15" height="15" alt="" /&gt; /o:-d&lt;br /&gt;
&lt;br /&gt;
but the files are ordered at folder level.&lt;br /&gt;
&lt;br /&gt;
See the example:&lt;br /&gt;
&lt;br /&gt;
C:\&amp;gt;cmd /c dir "c:\nuovacartella" /b /s /A&lt;img src="http://www.programmersheaven.com/images/Community/grin.gif" width="15" height="15" alt="" /&gt; /tc  /o:d&lt;br /&gt;
c:\nuovacartella\cartella file\uno.txt&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\ciao.txt&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\due.doc&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\tre.xsl&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\appenaCreato.rar&lt;br /&gt;
c:\nuovacartella\cartella file\BBB\B2\son un file.txt&lt;br /&gt;
c:\nuovacartella\cartella Link\son un file&lt;br /&gt;
c:\nuovacartella\cartella Link\uno&lt;br /&gt;
c:\nuovacartella\cartella Link\appenaCreato&lt;br /&gt;
c:\nuovacartella\cartella Link\ciao&lt;br /&gt;
&lt;br /&gt;
C:\&amp;gt;cmd /c dir "c:\nuovacartella" /b /s /A&lt;img src="http://www.programmersheaven.com/images/Community/grin.gif" width="15" height="15" alt="" /&gt; /tc  /o:-d&lt;br /&gt;
c:\nuovacartella\cartella file\uno.txt&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\appenaCreato.rar&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\tre.xsl&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\due.doc&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\ciao.txt&lt;br /&gt;
c:\nuovacartella\cartella file\BBB\B2\son un file.txt&lt;br /&gt;
c:\nuovacartella\cartella Link\ciao&lt;br /&gt;
c:\nuovacartella\cartella Link\appenaCreato&lt;br /&gt;
c:\nuovacartella\cartella Link\uno&lt;br /&gt;
c:\nuovacartella\cartella Link\son un file&lt;br /&gt;
&lt;br /&gt;
but I want the files ordered cross-folder.&lt;br /&gt;
Is there a way to do this (for example, using a batch script)?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance. Leonardo&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/431735/431735/ordering-cross-directories/</guid>
      <pubDate>Thu, 28 Mar 2013 04:25:06 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Ordering cross-directories</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/431734/431734/ordering-cross-directories/</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
I need your help.&lt;br /&gt;
I want to iterate over directories and order all the files found by date.&lt;br /&gt;
&lt;br /&gt;
I have used this command:&lt;br /&gt;
&lt;br /&gt;
cmd /c dir " c:\nuovacartella "  /b /s /A&lt;img src="http://www.programmersheaven.com/images/Community/grin.gif" width="15" height="15" alt="" /&gt; /o:-d&lt;br /&gt;
&lt;br /&gt;
but the files are ordered at folder level.&lt;br /&gt;
&lt;br /&gt;
See the example:&lt;br /&gt;
&lt;br /&gt;
C:\&amp;gt;cmd /c dir "c:\nuovacartella" /b /s /A&lt;img src="http://www.programmersheaven.com/images/Community/grin.gif" width="15" height="15" alt="" /&gt; /tc  /o:d&lt;br /&gt;
c:\nuovacartella\cartella file\uno.txt&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\ciao.txt&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\due.doc&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\tre.xsl&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\appenaCreato.rar&lt;br /&gt;
c:\nuovacartella\cartella file\BBB\B2\son un file.txt&lt;br /&gt;
c:\nuovacartella\cartella Link\son un file&lt;br /&gt;
c:\nuovacartella\cartella Link\uno&lt;br /&gt;
c:\nuovacartella\cartella Link\appenaCreato&lt;br /&gt;
c:\nuovacartella\cartella Link\ciao&lt;br /&gt;
&lt;br /&gt;
C:\&amp;gt;cmd /c dir "c:\nuovacartella" /b /s /A&lt;img src="http://www.programmersheaven.com/images/Community/grin.gif" width="15" height="15" alt="" /&gt; /tc  /o:-d&lt;br /&gt;
c:\nuovacartella\cartella file\uno.txt&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\appenaCreato.rar&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\tre.xsl&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\due.doc&lt;br /&gt;
c:\nuovacartella\cartella file\AAA\ciao.txt&lt;br /&gt;
c:\nuovacartella\cartella file\BBB\B2\son un file.txt&lt;br /&gt;
c:\nuovacartella\cartella Link\ciao&lt;br /&gt;
c:\nuovacartella\cartella Link\appenaCreato&lt;br /&gt;
c:\nuovacartella\cartella Link\uno&lt;br /&gt;
c:\nuovacartella\cartella Link\son un file&lt;br /&gt;
&lt;br /&gt;
but I want the files ordered cross-folder.&lt;br /&gt;
Is there a way to do this (for example, using a batch script)?&lt;br /&gt;
&lt;br /&gt;
Thanks in advance. Leonardo&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/431734/431734/ordering-cross-directories/</guid>
      <pubDate>Thu, 28 Mar 2013 04:22:12 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Batch file to login in a program</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/431481/431481/batch-file-to-login-in-a-program/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I want to make a batch file that runs a specific programe and makes the login onto that program. The login requires a URL, a username and a password. &lt;br /&gt;
&lt;br /&gt;
The first part, running the program, is easy but which command do I use to put the login information?&lt;br /&gt;
&lt;br /&gt;
Best regards&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/431481/431481/batch-file-to-login-in-a-program/</guid>
      <pubDate>Tue, 05 Mar 2013 07:59:07 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Batch file to login in a program</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/431480/431480/batch-file-to-login-in-a-program/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I want to make a batch file that runs a specific programe and makes the login onto that program. The login requires a URL, a username and a password. &lt;br /&gt;
&lt;br /&gt;
The first part, running the program, is easy but which command do I use to put the login information?&lt;br /&gt;
&lt;br /&gt;
Best regards&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/431480/431480/batch-file-to-login-in-a-program/</guid>
      <pubDate>Tue, 05 Mar 2013 07:57:16 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>DOS cammand can't re-assign variable in a text file</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/431470/431470/dos-cammand-cant-re-assign-variable-in-a-text-file/</link>
      <description>a) I am able to replace a charater in string as:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt; @echo off&lt;br /&gt;
set str=StationName:Palais Royal - Musée du Louvre&lt;br /&gt;
echo.%str%&lt;br /&gt;
set str=%str:é=e%&lt;br /&gt;
echo.%str% &lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
b) I am aslo able to read a text file with the above mentioned line as:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt; @echo off&lt;br /&gt;
&lt;br /&gt;
setlocal enabledelayedexpansion&lt;br /&gt;
for /f "delims=" %%i in  (c:\Test1\Test_Characters.txt) do (&lt;br /&gt;
set str=%%i&lt;br /&gt;
echo !str!&lt;br /&gt;
) &lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- Howevey to combine a) and b) it failed:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt; @echo off&lt;br /&gt;
&lt;br /&gt;
setlocal enabledelayedexpansion&lt;br /&gt;
for /f "delims=" %%i in  (c:\Test1\Test_Characters.txt) do (&lt;br /&gt;
set str=%%i&lt;br /&gt;
set str=%str:é=e%&lt;br /&gt;
echo !str!&lt;br /&gt;
) &lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Can someone explain why &amp;amp; correct my codes?&lt;br /&gt;
&lt;br /&gt;
Thanks in-advanced&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/431470/431470/dos-cammand-cant-re-assign-variable-in-a-text-file/</guid>
      <pubDate>Mon, 04 Mar 2013 07:42:26 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>MS DOS 3.2</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/431390/431390/ms-dos-32/</link>
      <description>&lt;br /&gt;
Hello I want to know if MS DOS 3.2 can be successfully installed on a modern Pc.&lt;br /&gt;
&lt;br /&gt;
I also want to know if software that ran on Dos 3.2 would also run on Command Prompt todays version of Dos &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/431390/431390/ms-dos-32/</guid>
      <pubDate>Tue, 26 Feb 2013 01:53:40 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Re: Dos Command/Batch file to find a folder size</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/382631/431371/re-dos-commandbatch-file-to-find-a-folder-size/#431371</link>
      <description>Hi all.&lt;br /&gt;
I want to change this cod to work in loop mode and list name &amp;amp; size &amp;amp; filecountall of each subfolders.&lt;br /&gt;
But in output of new code; just "folder name" is changed and "foldersize" &amp;amp; "foldercount" for all subfolder is the same.&lt;br /&gt;
Please correct this code and help me.&lt;br /&gt;
Thanks.&lt;br /&gt;
@echo off&lt;br /&gt;
for /d %%D in (".\*") do (&lt;br /&gt;
echo "%%D"&lt;br /&gt;
For /F "tokens=*" %%a IN ('"dir /s /-c /a "%%D" | find "bytes" | find /v "free""') do Set xsummary=%%a&lt;br /&gt;
For /f "tokens=1,2 delims=)" %%a in ("%xsummary%") do set xfiles=%%a&amp;amp;set xsize=%%a&lt;br /&gt;
Set xsize=%xsize:bytes = %&lt;br /&gt;
Set xsize=%xsize: = %&lt;br /&gt;
echo %xsize%&lt;br /&gt;
echo %xfiles%&lt;br /&gt;
)</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/382631/431371/re-dos-commandbatch-file-to-find-a-folder-size/#431371</guid>
      <pubDate>Sun, 24 Feb 2013 22:15:59 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Extracting data from file using DOS commands?</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/431368/431368/extracting-data-from-file-using-dos-commands/</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
Extract of data from a text file, the file consists of the following, say:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;img src="a.jpg" alt="abc" height="12px" width="12px"&amp;gt;&lt;br /&gt;
&amp;lt;div class="ab3" id="8767"&amp;gt;&lt;br /&gt;
&amp;lt;img src="b.jpg" alt="abc" height="12px" width="12px"&amp;gt;&lt;br /&gt;
&amp;lt;div class=cd5" id="3345"&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I want to extract the "id" value from the above shown text filE, the output should be...&lt;br /&gt;
8767&lt;br /&gt;
3345&lt;br /&gt;
&lt;br /&gt;
I tried using findstr, find etc(DOS-COMMANDS), but not able to find the perfect regular expression for the same,&lt;br /&gt;
any help?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/431368/431368/extracting-data-from-file-using-dos-commands/</guid>
      <pubDate>Sun, 24 Feb 2013 09:49:26 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Extracting data from file?</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/431367/431367/extracting-data-from-file/</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
Extract of data from a text file, the file consists of the following, say:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;img src="a.jpg" alt="abc" height="12px" width="12px"&amp;gt;&lt;br /&gt;
&amp;lt;div class="ab3" id="8767"&amp;gt;&lt;br /&gt;
&amp;lt;img src="b.jpg" alt="abc" height="12px" width="12px"&amp;gt;&lt;br /&gt;
&amp;lt;div class=cd5" id="3345"&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I want to extract the "id" value from the above shown text fil, the output should be...&lt;br /&gt;
8767&lt;br /&gt;
3345&lt;br /&gt;
&lt;br /&gt;
I tried using findstr, find etc(DOS-COMMANDS), but not able to find the perfect regular expression for the same,&lt;br /&gt;
any help?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/431367/431367/extracting-data-from-file/</guid>
      <pubDate>Sun, 24 Feb 2013 09:46:23 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Few questions, please help!!!!</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/431321/431321/few-questions-please-help/</link>
      <description>Been looking everywhere for answers to these questions. I am finishing a project running MS-DOS 6.22 on VirtualBox and I am stumped on these questions. Any help please???&lt;br /&gt;
&lt;br /&gt;
What is the largest Hard Drive volume this release of DOS can use? &lt;br /&gt;
Why does this release of DOS have that particular upper limit to disk storage?&lt;br /&gt;
Does this release of DOS support virtual memory?  &lt;br /&gt;
How can you force a program or program group to "run real"?  What is the advantage of "running real"? &lt;br /&gt;
How much physical memory is reserved to the operating system?   Where in memory does DOS run. &lt;br /&gt;
  &lt;br /&gt;
Please &amp;amp; thank you</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/431321/431321/few-questions-please-help/</guid>
      <pubDate>Mon, 18 Feb 2013 10:23:03 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Few questions, please help!!!!</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/431320/431320/few-questions-please-help/</link>
      <description>Been looking everywhere for answers to these questions. I am finishing a project running MS-DOS 6.22 on VirtualBox and I am stumped on these questions. Any help please???&lt;br /&gt;
&lt;br /&gt;
What is the largest Hard Drive volume this release of DOS can use? &lt;br /&gt;
Why does this release of DOS have that particular upper limit to disk storage?&lt;br /&gt;
Does this release of DOS support virtual memory?  &lt;br /&gt;
How can you force a program or program group to "run real"?  What is the advantage of "running real"? &lt;br /&gt;
How much physical memory is reserved to the operating system?   Where in memory does DOS run. &lt;br /&gt;
  &lt;br /&gt;
Please &amp;amp; thank you</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/431320/431320/few-questions-please-help/</guid>
      <pubDate>Mon, 18 Feb 2013 10:21:13 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>how to extract port number in listener.ora and store it in a variable</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/431293/431293/how-to-extract-port-number-in-listenerora-and-store-it-in-a-variable/</link>
      <description>the content of listener.ora is as follow:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
# listener.ora Network Configuration File: C:\app\thomas\product\11.2.0\dbhome_1\NETWORK\ADMI
N\listener.ora
# Generated by Oracle configuration tools.

#Default LISTENER.ORA file

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (GLOBAL_DBNAME = TIMHALL)
      (SID_NAME = TIMHALL)
    )
    (SID_DESC =
      (GLOBAL_DBNAME = Oracle8)
      (SID_NAME = ORCL)
    )
  )

LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = bn-thomas)(PORT = 1521))
    )
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    )
  )

ADR_BASE_LISTENER = C:\app\thomas

&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
so how do I extract the port number 1521 and store it in a variable?&lt;br /&gt;
&lt;br /&gt;
thanks</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/431293/431293/how-to-extract-port-number-in-listenerora-and-store-it-in-a-variable/</guid>
      <pubDate>Wed, 13 Feb 2013 23:06:47 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>How to extract port number in listener.ora and store it in a variable</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/431292/431292/how-to-extract-port-number-in-listenerora-and-store-it-in-a-variable/</link>
      <description>the content of listener.ora file is as follow&lt;pre class="sourcecode"&gt;

# listener.ora Network Configuration File: C:\app\thomas\product\11.2.0\dbhome_1\NETWORK\ADMI
N\listener.ora
# Generated by Oracle configuration tools.

#Default LISTENER.ORA file

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
      (GLOBAL_DBNAME = THOMAS)
      (SID_NAME = THOMAS)
    )
    (SID_DESC =
      (GLOBAL_DBNAME = Oracle8)
      (SID_NAME = ORCL)
    )
  )

LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = TCP)(HOST = bn-thomas)(PORT = 1521))
    )
    (DESCRIPTION =
      (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    )
  )

ADR_BASE_LISTENER = C:\app\thomas


&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
how do I extract the port number 1521 and store it in a variable called EXISTING_PORT?&lt;br /&gt;
&lt;br /&gt;
thanks a lot!&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/431292/431292/how-to-extract-port-number-in-listenerora-and-store-it-in-a-variable/</guid>
      <pubDate>Wed, 13 Feb 2013 22:58:33 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>MS-DOS source code</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/430912/430912/ms-dos-source-code/</link>
      <description>There are some projects that aim to provide an environment where you can run old dos programs on newer Windows versions like Windows 7 or 8. (Such as dosbox and FreeDOS...)&lt;br /&gt;
&lt;br /&gt;
Those projects are good, but they are not 100% compatible with all DOS programs. Until now Microsoft has not released any source code from DOS 6.22 so it was hard for those projects to reverse engineer it, so they aren't fully compatible.&lt;br /&gt;
&lt;br /&gt;
I think today there is no more source code from DOS 6.22 inside Win7 or 8 (since it`s based on NT and not DOS) and if there still is it is only in the command line.&lt;br /&gt;
&lt;br /&gt;
Microsoft wouldn`t have any loss of sales if they would make DOS 6.22 legal freeware and release the source code under an Open Source license. No new software is being developed or sold for DOS.&lt;br /&gt;
&lt;br /&gt;
Releasing the source code also wouldn`t hurt and it could help those third party projects to become perfect.&lt;br /&gt;
&lt;br /&gt;
People could also use it to learn assembly, use as a template for their OS, like Linux.&lt;br /&gt;
&lt;br /&gt;
Send a jpeg file of your signature to petition4msdoscode@gmail.com where I will compile them into a Word document and send them off to Bill Gates &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/430912/430912/ms-dos-source-code/</guid>
      <pubDate>Mon, 14 Jan 2013 20:51:52 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Re: I need help with DOS commands.</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/424172/430772/re-i-need-help-with-dos-commands/#430772</link>
      <description>Installing ruby on a PC is a huge pain (which is why I have a mac :)&lt;br /&gt;
&lt;br /&gt;
But I heard this is good: &lt;a href="http://rubyinstaller.org/"&gt;http://rubyinstaller.org/&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/424172/430772/re-i-need-help-with-dos-commands/#430772</guid>
      <pubDate>Fri, 28 Dec 2012 23:14:48 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Re: I need help with DOS commands.</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/424172/430771/re-i-need-help-with-dos-commands/#430771</link>
      <description>Installing ruby on a PC is a huge pain (which is why I have a mac :)&lt;br /&gt;
&lt;br /&gt;
But I heard this is good: &lt;a href="http://rubyinstaller.org/"&gt;http://rubyinstaller.org/&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/424172/430771/re-i-need-help-with-dos-commands/#430771</guid>
      <pubDate>Fri, 28 Dec 2012 23:12:54 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>MS-DOS Convertion</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/429997/429997/ms-dos-convertion/</link>
      <description>Hi all&lt;br /&gt;
i have a very old pc that still works that i was given and would like an MS-DOS machine.&lt;br /&gt;
I have images for the ms dos install floppies but i dont know how to write them to my floppy disks&lt;br /&gt;
&lt;br /&gt;
Any suggestions or answer greatfully acceptted &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/429997/429997/ms-dos-convertion/</guid>
      <pubDate>Tue, 30 Oct 2012 04:36:27 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Batch File Gangster RPG Game - Mafiados v16</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/429907/429907/batch-file-gangster-rpg-game---mafiados-v16/</link>
      <description>&lt;span style="font-size: large;"&gt;If you like batch file RPG game, you have to see this one,&lt;br /&gt;
1game, 51 option, control panel, register username and password, create your own character, ... fight, make crimes, rob money, kill enemies,..all that in Mafiados v16 Batch File RPG Game and more...&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://goo.gl/NUGDR"&gt;see Mafiados v16 video &amp;amp; link&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Mafiados v16 "some photos"&lt;br /&gt;
&lt;img src="http://goo.gl/A4967" /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;img src="http://goo.gl/ij8c7" /&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/429907/429907/batch-file-gangster-rpg-game---mafiados-v16/</guid>
      <pubDate>Sun, 21 Oct 2012 22:29:32 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Batch to copy the name of .avi file to a .srt file</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/429882/429882/batch-to-copy-the-name-of-avi-file-to-a-srt-file/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I have done a batch to copy the name of a .avi file to a .srt file. The problem is that the .srt file became with the ".avi" string within the name. Example:&lt;br /&gt;
&lt;br /&gt;
Before my batch file:&lt;br /&gt;
matrix.avi&lt;br /&gt;
subtitles.srt&lt;br /&gt;
&lt;br /&gt;
After my batch file:&lt;br /&gt;
matrix.avi&lt;br /&gt;
matrix.avi.srt&lt;br /&gt;
&lt;br /&gt;
I tried to erase the ".avi" string in the .srt file but I have no sucess. Here is the code:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;@echo off
dir *.mp3 /b "C:\Batch files" &amp;gt;&amp;gt;filelist.txt


for /f "tokens=1* delims=|" %%a in (filelist.txt) do (
       
      ren *.srt "%%a".srt
)

del filelist.txt&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Can someone help me please?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/429882/429882/batch-to-copy-the-name-of-avi-file-to-a-srt-file/</guid>
      <pubDate>Thu, 18 Oct 2012 10:00:17 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Batch to copy the name of .avi file to a .srt file</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/429881/429881/batch-to-copy-the-name-of-avi-file-to-a-srt-file/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I have done a batch to copy the name of a .avi file to a .srt file. The problem is that the .srt file became with the ".avi" string within the name. Example:&lt;br /&gt;
&lt;br /&gt;
Before my batch file:&lt;br /&gt;
matrix.avi&lt;br /&gt;
subtitles.srt&lt;br /&gt;
&lt;br /&gt;
After my batch file:&lt;br /&gt;
matrix.avi&lt;br /&gt;
matrix.avi.srt&lt;br /&gt;
&lt;br /&gt;
I tried to erase the ".avi" string in the .srt file but I have no sucess. Here is the code:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;@echo off
dir *.mp3 /b "C:\Batch files" &amp;gt;&amp;gt;filelist.txt


for /f "tokens=1* delims=|" %%a in (filelist.txt) do (
       
      ren *.srt "%%a".srt
)

del filelist.txt&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Can someone help me please?&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/429881/429881/batch-to-copy-the-name-of-avi-file-to-a-srt-file/</guid>
      <pubDate>Thu, 18 Oct 2012 09:58:24 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>What is the DOS/Batch equivalent of Unix Command echo ?</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/429777/429777/what-is-the-dosbatch-equivalent-of-unix-command-echo-/</link>
      <description>I have a following unix command. WHat is the DOS equivalent of following command.&lt;br /&gt;
&lt;br /&gt;
echo -e "Y\nY"|perl test.plx&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Arun&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/429777/429777/what-is-the-dosbatch-equivalent-of-unix-command-echo-/</guid>
      <pubDate>Wed, 10 Oct 2012 10:46:26 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>What is the DOS/Batch equivalent of Unix Command echo ?</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/429776/429776/what-is-the-dosbatch-equivalent-of-unix-command-echo-/</link>
      <description>I have a following unix command. WHat is the DOS equivalent of following command.&lt;br /&gt;
&lt;br /&gt;
echo -e "Y\nY"|perl test.plx&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Arun&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/MS-DOS/429776/429776/what-is-the-dosbatch-equivalent-of-unix-command-echo-/</guid>
      <pubDate>Wed, 10 Oct 2012 10:44:36 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
  </channel>
</rss>