<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>MS-DOS Forum RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest threads from the 'MS-DOS' forum at Programmer's Heaven, excluding replies.</description>
    <language>en</language>
    <copyright>Copyright 2008 Programmers Heaven</copyright>
    <pubDate>Mon, 01 Dec 2008 20:59:32 -0700</pubDate>
    <lastBuildDate>Mon, 01 Dec 2008 20:59:32 -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>please mate help me i need to learn msdos</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/382128/382128/please-mate-help-me-i-need-to-learn-msdos/</link>
      <description>hi mates,&lt;br /&gt;
&lt;br /&gt;
 i am new to this forum ,please help me i am in need of the full guide of msdos and also i need to learn the operation done using msdos on xp and also i want to learn to clear the problem of bios and also the boot problem....thanks in advance&lt;br /&gt;</description>
      <pubDate>Fri, 21 Nov 2008 22:02:47 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>make batch virus</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/381477/381477/make-batch-virus/</link>
      <description>i want to make a virus which i can burn on cd and runs itself whenever insert is inserted in system. virus should open notepad .&lt;br /&gt;</description>
      <pubDate>Sat, 01 Nov 2008 23:46:34 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>File exchange between DOS and OS-X</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/381454/381454/file-exchange-between-dos-and-os-x/</link>
      <description>I would like to find a way to transfer files between a machine running DOS 6.22 and a Mac running OS-X.  Presently I do it by copying the file to a floppy and passing the floppy between the two machines.  That's getting tiresome.  Could the two machines be networked together?&lt;br /&gt;</description>
      <pubDate>Fri, 31 Oct 2008 15:06:30 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>run file automatically when condition meet</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/381422/381422/run-file-automatically-when-condition-meet/</link>
      <description>i made a batch file, what code i should add to it so that it runs whenever user accessed cd rom or usb drive. the file should initilised automatically with system start and need not to be run even once. it is just like once u saved it file and whenever system start it become active. &lt;br /&gt;</description>
      <pubDate>Thu, 30 Oct 2008 09:51:33 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Help on creating this batch file</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/378351/378351/help-on-creating-this-batch-file/</link>
      <description>I have a directory in the server as P:\folder&lt;br /&gt;
&lt;br /&gt;
in that folder there are files that formatted this way:&lt;br /&gt;
&lt;br /&gt;
0120-xxxxx.xls&lt;br /&gt;
0213-xxxxx.xls&lt;br /&gt;
0510-xxxxx.xls&lt;br /&gt;
&lt;br /&gt;
the first 4 digits stand for month and date.&lt;br /&gt;
&lt;br /&gt;
I would like to create a batch file that can be run in dos that will look for the the files in P:\folder then calculate the month &amp;amp; date (4 first digit) against the current date. If one of files minus current date gives 6 days, copy those files to a P:\folder\check.txt&lt;br /&gt;
&lt;br /&gt;
I hope my explanation make sense.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks&lt;br /&gt;</description>
      <pubDate>Wed, 08 Oct 2008 09:38:03 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>FIle Format Conversion</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/375460/375460/file-format-conversion/</link>
      <description>using DOS Commands- convert a text file in UNIX format to PC Format &lt;br /&gt;</description>
      <pubDate>Thu, 18 Sep 2008 00:41:13 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>How to extract zip file using inbuilt Dos command of Windows XP</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/375455/375455/how-to-extract-zip-file-using-inbuilt-dos-command-of-windows-xp/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I would like to extract zip file using the inbuilt DOS Command facility of Windows XP.&lt;br /&gt;
How can i do this?&lt;br /&gt;
&lt;br /&gt;
Note: I cannot install third party tool like winzip, winrar etc as i want to this on server.&lt;br /&gt;</description>
      <pubDate>Thu, 18 Sep 2008 00:06:34 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Help incrementing number with leading zeros</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/375095/375095/help-incrementing-number-with-leading-zeros/</link>
      <description>Here is an example piece of code:&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
SET CurNum="1"
:Loop
ECHO "%CurNum%"
SET /A CurNum=%CurNum%+1
GOTO Loop
&lt;/pre&gt;&lt;br /&gt;
My question is how would I incement that number with a set of leading zeros that would eventualy null out.&lt;br /&gt;
&lt;br /&gt;
Say I want to have 6 leading zeros:&lt;br /&gt;
when it gets to 10, there will be 5 leading zeros, 100 there will be 4 leading zeros and so on.&lt;br /&gt;
&lt;br /&gt;
Thanks for your help, I'm a little rusty on Batch. I have been working on VBScript lately.&lt;br /&gt;
Realisticly I'd like to have about 9 or 12 leading zeros...&lt;br /&gt;</description>
      <pubDate>Wed, 10 Sep 2008 18:45:06 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Rename multiple files</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/375016/375016/rename-multiple-files/</link>
      <description>Hello,&lt;br /&gt;
&lt;br /&gt;
I would need some help with writing the .bat file that renames all files with same extension (let's say .jpg) in one folder as numeric row.&lt;br /&gt;
&lt;br /&gt;
The original files are:&lt;br /&gt;
somefile.jpg&lt;br /&gt;
anotherfile.jpg&lt;br /&gt;
onemorefile.jpg&lt;br /&gt;
. . . . .&lt;br /&gt;
(and so on)&lt;br /&gt;
&lt;br /&gt;
And the result supposed to be:&lt;br /&gt;
1.jpg&lt;br /&gt;
2.jpg&lt;br /&gt;
3.jpg&lt;br /&gt;
. . .&lt;br /&gt;
(etc)&lt;br /&gt;
&lt;br /&gt;
Any ideas?&lt;br /&gt;
&lt;br /&gt;
Thank you&lt;br /&gt;</description>
      <pubDate>Mon, 08 Sep 2008 04:57:57 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Compress File usng Windows Utility</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/373919/373919/compress-file-usng-windows-utility/</link>
      <description>Hi guys, not sure what’s going on, but I posted this question twice in the ‘Script Library’ forum and it was bounced both times. Consequently I have no idea where to post this, I’ll try here.&lt;br /&gt;
&lt;br /&gt;
I was trying to create a script on my local PC using WinZip, when the DBA informed me the server I will be using does not have WinZip loaded (go figure).  &lt;br /&gt;
&lt;br /&gt;
Someone said Windows has a Compression command.  I Googled Windows Compress and followed their example but the file did not Zip.&lt;br /&gt;
COMPACT P:\data\TestFile.txt /C&lt;br /&gt;
It compresses the file on the disk but the file does not zip it (eg. If you ck Properties on the file it shows size: 183 kb/ Disk size 68 kb).&lt;br /&gt;
 &lt;br /&gt;
I tried to find the executable for the zip command found in ‘Send To’ on the shortcut menu but could not find one.  &lt;br /&gt;
&lt;br /&gt;
Any suggestions?&lt;br /&gt;
&lt;br /&gt;
OBTW, I do not have rights to load any software on the Server. &lt;br /&gt;
&lt;br /&gt;
Thank you,&lt;br /&gt;
Trudye&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 04 Aug 2008 10:33:02 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>CMDHERE.bat quick way to open console where the file is</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/373464/373464/cmdherebat-quick-way-to-open-console-where-the-file-is/</link>
      <description>Hi there heres a very simple script to open the MS-dos console in the folder to where this CMDHERE.bat&lt;br /&gt;
&lt;br /&gt;
Ive found it very useful. Made it myself. No need for CD my* CD Ja* CD ga* CD wt* anymore. Hope you guys haven't discovered it already so I can get some thanks. ^^&lt;br /&gt;
&lt;br /&gt;
CMDHERE.bat&lt;br /&gt;
&lt;pre class="sourcecode"&gt;START %SystemRoot%\system32\CMD.EXE&lt;/pre&gt;&lt;br /&gt;</description>
      <pubDate>Thu, 17 Jul 2008 21:12:11 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>batch file programming</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/373412/373412/batch-file-programming/</link>
      <description>Hi , &lt;br /&gt;
 I actually wanted to know that if i am writing a path for copy command , its not working &lt;br /&gt;
Copy C:\Program Files\Projects\Input\1.IN  2.In&lt;br /&gt;
&lt;br /&gt;
is it because of space between program and files ?? how should i write that in a batch file &lt;br /&gt;
and also i would like to know if i wanna run a .exe file writing a command in batch file how should i write that .&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Tue, 15 Jul 2008 11:46:01 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Getting connected Flashdrive list</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/373375/373375/getting-connected-flashdrive-list/</link>
      <description>I am trying to get a list of connected Flash drives that appear horizonally&lt;br /&gt;
like this:&lt;br /&gt;
Connected Drives: &lt;span style="color: Blue;"&gt;H: I: J: K: L:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
My Problem is when I perform the variable substitution I get a nul. I have researched for 3 weeks now, and have come to the conclusion that it may not be possible. Can anyone get this code to work???&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
REM --------------SETUP-------------------&lt;br /&gt;
rem                      ---&amp;gt; setup vbs file &amp;lt;---&lt;br /&gt;
echo &amp;gt; "vbs.vbs" Set objSWbemServices = GetObject("winmgmts:\\.")&lt;br /&gt;
echo &amp;gt;&amp;gt;"vbs.vbs" Set colSWbemObjectSet = objSWbemServices.InstancesOf("Win32_LogicalDisk")&lt;br /&gt;
echo &amp;gt;&amp;gt;"vbs.vbs" For Each objSWbemObject In colSWbemObjectSet&lt;br /&gt;
echo &amp;gt;&amp;gt;"vbs.vbs" If UCase(objSWbemObject.Description) = "REMOVABLE DISK" Then WScript.Echo objSWbemObject.DeviceID&lt;br /&gt;
echo &amp;gt;&amp;gt;"vbs.vbs" next&lt;br /&gt;
&lt;br /&gt;
rem --------get drive list----------------&lt;br /&gt;
set LIST=&lt;br /&gt;
for /F %%a in ('cscript //nologo "vbs.vbs"') do (&lt;br /&gt;
LIST=%LIST%%%a&lt;br /&gt;
echo %LIST&lt;br /&gt;
)&lt;br /&gt;</description>
      <pubDate>Sun, 13 Jul 2008 15:52:45 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>confirm file was transferred</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/373317/373317/confirm-file-was-transferred/</link>
      <description>I have the following batch file which is run once daily:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;@echo off
ftp -i -s:nsg.ftp xxx.xxx.xxx.xxx
set mmddyy=%date:~4,2%%date:~7,2%%date:~12%
move c:\scale\cai\jws\apex\1\1\xout\1.tsf c:\jwsarchive\%mmddyy%.tsf
move c:\scale\cai\jws\apex\1\1\xout\1.tmf c:\jwsarchive\%mmddyy%.tmf
@echo finished&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Is there a way, within this same batch file, to verify the ftp transfer was successful and then and only then, proceed with the archiving steps?&lt;br /&gt;</description>
      <pubDate>Thu, 10 Jul 2008 14:20:45 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Storing a directory path in a variable</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/373039/373039/storing-a-directory-path-in-a-variable/</link>
      <description>Hi all - first post at programmersheaven.com!&lt;br /&gt;
&lt;br /&gt;
I've been developing a small backup utility that relies on the 7-zip command line utility.  It all works well but I'm hoping to streamline it a bit, as well as making it easier to update because it may be used in multiple locations and networks.  &lt;br /&gt;
&lt;br /&gt;
So my first question is, is it possible to store a directory path as a variable?  For example, I'd like to be able to put C:\Documents and Settings\User Name\Desktop\ into the variable %backupDir% but I've been able to use it as such.  I'd like to use that to change to the directory i'm backing up via the cd command:&lt;br /&gt;
&lt;br /&gt;
cd %backupDir%&lt;br /&gt;
&lt;br /&gt;
I've tried using CHDIR as well, to no avail.  I've tried using quotes, using %20 instead of spaces, tried using %userprofile% for the first part of the path and I haven't had any success using variables instead of absolute or relative paths.  Please help?&lt;br /&gt;
&lt;br /&gt;
The second question I have is regarding error catching.  Is it possible to use batch to monitor the 7-zip utility and to cancel it if it encounters an error?  or do I have to let it run the entire way and then cancel the results at the end?&lt;br /&gt;
&lt;br /&gt;
Thanks for any help you may be able to ovver&lt;br /&gt;</description>
      <pubDate>Mon, 30 Jun 2008 12:54:19 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Printing from MS-Dos Application Issues</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/372846/372846/printing-from-ms-dos-application-issues/</link>
      <description>I am now running a DOS application in Windows XP. Printer is config as lpt1, ECP, prints from windows xp, however, does not print from dos . Any ideas?&lt;br /&gt;</description>
      <pubDate>Mon, 23 Jun 2008 17:47:26 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Path setting java jdk 1.6.0</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/372025/372025/path-setting-java-jdk-160/</link>
      <description>Dear sir ,&lt;br /&gt;
              I am a newbee for Java.&lt;br /&gt;
I have installed  java  jdk1.6.0_6  Full length from   &lt;br /&gt;
 &lt;a href="http://java.sun.com"&gt;http://java.sun.com&lt;/a&gt;    in shortest directory path &lt;br /&gt;
&lt;br /&gt;
C:\Program files\java &lt;br /&gt;
&lt;br /&gt;
Now for environment setting , I used permanent   setting as &lt;br /&gt;
&lt;br /&gt;
MyComputer &amp;gt; Properties &amp;gt; advanced &amp;gt; New system Variable &lt;br /&gt;
&lt;br /&gt;
Variable name                  PATH&lt;br /&gt;
Variable Value                  ; C:\Program files\java\jdk1.6.0_6\bin &lt;br /&gt;
&lt;br /&gt;
OK&amp;gt;OK&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Then I tried to open ( For testing ) the command prompt .&lt;br /&gt;
It opened normal &lt;br /&gt;
&lt;br /&gt;
C:\documents and settings\Xone&amp;gt;&lt;br /&gt;
Changed to ………   C:\documents and settings&amp;gt;&lt;br /&gt;
Then   ……………..    C:\&amp;gt;&lt;br /&gt;
And finally to …….    C:\&amp;gt; Program files\java\jdk1.6.0_6\bin &lt;br /&gt;
&lt;br /&gt;
The system does not respond .&lt;br /&gt;
It gives the prompt :&lt;br /&gt;
&lt;br /&gt;
Program is not recognized as an internal or external command , operable program or batch file .&lt;br /&gt;
&lt;br /&gt;
I think ( could be wrong)  that my system is not  shifting to WIN32 system .&lt;br /&gt;
&lt;br /&gt;
Please tell me the remedy , so that I can run  javac on my system.&lt;br /&gt;
Kindly treat it urgent . I am stumbling at the first step.&lt;br /&gt;
Thanks .&lt;br /&gt;
&lt;br /&gt;
Abdul Hayee .&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
                &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 19 May 2008 11:56:53 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>batch file with arithmatic operations on ip addresses</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/370895/370895/batch-file-with-arithmatic-operations-on-ip-addresses/</link>
      <description>i'm trying to write a program for my company to detect what kind of network a client is on. our product is designed to work with a router, meaning they have a 192.168.x.x network. I wrote code for a dos batch file to do that, but then found out that &amp;gt; and &amp;lt; are not arithmetic operators in dos. Can someone help?&lt;br /&gt;
&lt;br /&gt;
IPCONFIG |FIND "IP" &amp;gt; %temp%\TEMPIP.txt&lt;br /&gt;
FOR /F "tokens=2 delims=:" %%a in (%temp%\TEMPIP.txt) do set IP=%%a&lt;br /&gt;
del %temp%\TEMPIP.txt&lt;br /&gt;
set IP=%IP:~1%&lt;br /&gt;
set 192=0&lt;br /&gt;
set 10=0&lt;br /&gt;
set live=0&lt;br /&gt;
echo %IP% &amp;gt;%temp%\ip.txt&lt;br /&gt;
echo The current IP address is "%IP%"&lt;br /&gt;
&lt;br /&gt;
pause&lt;br /&gt;
&lt;br /&gt;
IF %IP% &amp;lt; 192.168.255.255 %192% = %192% +1&lt;br /&gt;
IF %IP% &amp;gt; 192.168.0.1 %192% = %192% +1&lt;br /&gt;
&lt;br /&gt;
IF %IP% &amp;lt; 10.255.255.255 %10% = %10% +1&lt;br /&gt;
IF %IP% &amp;gt; 10.0.0.1 %10% = %10% +1&lt;br /&gt;
&lt;br /&gt;
IF NOT %192% == 2 %live% = %live% + 1&lt;br /&gt;
IF NOT %10% == 2 %live% = %live% + 1&lt;br /&gt;
&lt;br /&gt;
IF %192% == 2 ECHO THIS IS A VALID ROUTER.&lt;br /&gt;
&lt;br /&gt;
IF %10% == 2 ECHO THIS IS A VALID ROUTER BUT NEEDS TO BE IN THE 192 &lt;br /&gt;
&lt;br /&gt;
SUBNET.&lt;br /&gt;
&lt;br /&gt;
IF %live% == 2 ECHO THIS IS NOT A ROUTER. IT IS EITHER A HUB, GATEWAY, OR &lt;br /&gt;
&lt;br /&gt;
SWITCH.&lt;br /&gt;
&lt;br /&gt;
pause&lt;br /&gt;</description>
      <pubDate>Sat, 05 Apr 2008 09:35:54 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Editing sound in DOS programs</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/370298/370298/editing-sound-in-dos-programs/</link>
      <description>Hey there,&lt;br /&gt;
&lt;br /&gt;
I'm not a programmer and don't know much about it, but I can follow instructions so if you could help me out that'd be awesome.&lt;br /&gt;
&lt;br /&gt;
I'm currently doing a project that involves me getting 5 games of pong going on 5 different computers at once. What I'm trying to do is get the sound of the ball hitting the sides and panels to be different for each computer. Right now I'm using the version from this website &lt;a href="http://members.aol.com/jmnsam/Files/pong21.html"&gt;http://members.aol.com/jmnsam/Files/pong21.html&lt;/a&gt; Is there anyway I can edit the program and replace the audio with my own file?&lt;br /&gt;
&lt;br /&gt;
Drew.&lt;br /&gt;</description>
      <pubDate>Thu, 13 Mar 2008 12:06:35 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Virus</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/369789/369789/virus/</link>
      <description>Can viruses be created using batch file.I want make a batch file which wil delete all .doc file without notifying the user-can that type of batch file be called a virus. &lt;br /&gt;</description>
      <pubDate>Sat, 23 Feb 2008 22:32:48 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Problem copying files</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/369360/369360/problem-copying-files/</link>
      <description>Hello to everyone at Programmer's Heaven.&lt;br /&gt;
I am trying to copy some music files from a hard drive to a usb drive and then use the usb drive to transfer the files to my other computer. I am in the folder where the files are and I am using the command: copy *.* e:\music.&lt;br /&gt;
'e' being the usb drive and 'music' being the folder on the usb drive.&lt;br /&gt;
But this will only copy the first music file in the folder and no others. I've also tried, copy *.mp3 e:\music but with the same result.&lt;br /&gt;
I would copy them over one at a time but I have dozens of music folders to do and am desperate to find a solution. &lt;br /&gt;
Hoping someone can help me. Thank you.&lt;br /&gt;</description>
      <pubDate>Sun, 10 Feb 2008 10:11:15 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Batch Block Website URL</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/369317/369317/batch-block-website-url/</link>
      <description>I am wondering how you can block a website URL in both IE and FIREFOX with a batch file. Is that possible? If so how would you go about doing that?&lt;br /&gt;
Thanks&lt;br /&gt;
p1ng&lt;br /&gt;</description>
      <pubDate>Thu, 07 Feb 2008 20:58:51 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Custom Error Message</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/369300/369300/custom-error-message/</link>
      <description>How would i display a custom error message?&lt;br /&gt;
I want the error message to be a pop up not in the window itself&lt;br /&gt;
Thanks&lt;br /&gt;
p1ng&lt;br /&gt;</description>
      <pubDate>Thu, 07 Feb 2008 12:08:53 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>Delete first line in text file</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/369294/369294/delete-first-line-in-text-file/</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I have a text file that has tab delimited rows in it.  The first row has the field names so I need to delete this this first row before importing.&lt;br /&gt;
&lt;br /&gt;
Is there a way to delete this first line via a batch file?&lt;br /&gt;
&lt;br /&gt;
TIA</description>
      <pubDate>Thu, 07 Feb 2008 10:42:35 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
    <item>
      <title>MS-DOS batch command</title>
      <link>http://www.programmersheaven.com/mb/MS-DOS/369243/369243/ms-dos-batch-command/</link>
      <description>Im wondering if there is a way to change the desktop picture only through batch commands? If so how would you go about doing that?&lt;br /&gt;
Thanks,&lt;br /&gt;
p1ng&lt;br /&gt;</description>
      <pubDate>Tue, 05 Feb 2008 17:29:33 -0700</pubDate>
      <category>MS-DOS</category>
    </item>
  </channel>
</rss>