<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Tech Support Guy Forums - DOS/PDA/Other</title>
		<link>http://forums.techguy.org</link>
		<description>All other systems fall here: legacy, portable, and DOS systems.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 05:48:27 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>30</ttl>
		<image>
			<url>http://static.techguy.org/v38/images/misc/rss.jpg</url>
			<title>Tech Support Guy Forums - DOS/PDA/Other</title>
			<link>http://forums.techguy.org</link>
		</image>
		<item>
			<title>Solved: No Question - Just Info about the lack of EnabledLinkedConnections in Windows</title>
			<link>http://forums.techguy.org/dos-pda-other/878475-solved-no-question-just-info.html</link>
			<pubDate>Wed, 18 Nov 2009 19:59:45 GMT</pubDate>
			<description>I am sure with the release of Windows 7, people are going to be asking about the same scenario that I ran into with not being able to copy data from an elevated command prompt to a mapped share that was mapped utilizing the GUI or a non-elevated...</description>
			<content:encoded><![CDATA[<div>I am sure with the release of Windows 7, people are going to be asking about the same scenario that I ran into with not being able to copy data from an elevated command prompt to a mapped share that was mapped utilizing the GUI or a non-elevated command prompt.<br />
 <br />
In Vista, you could merely add a registry entry for EnableLinkedConnections and set it to 1. Shared tokens between the two would be available and the elevated command prompt could see the users mapped drives. This is no longer the case with Windows 7.<br />
 <br />
I have created a work-a-round for this that will allow copying files to a mapped drive from an elevated command prompt without the user of enablelinkedconnections.<br />
<a href="http://forums.techguy.org/windows-7/877990-solved-advanced-question-enablelinkedconnections-has.html" target="_blank">http://forums.techguy.org/windows-7/...tions-has.html</a><br />
 <br />
I tested something that Jerry had mentioned to me earlier about another question and it worked with the correct combination of switches.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>scrfix</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/878475-solved-no-question-just-info.html</guid>
		</item>
		<item>
			<title>Solved: Findstr question</title>
			<link>http://forums.techguy.org/dos-pda-other/877671-solved-findstr-question.html</link>
			<pubDate>Mon, 16 Nov 2009 02:21:49 GMT</pubDate>
			<description><![CDATA[Hi, 
  
I am trying to find files in a specific directory that contain the following line: 
  
<meta name="ato_date_disposal" content=""> 
  
where the final double quotes contain a value in the format similar to "13 Nov 2009 10:18:46" (day, month,...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
 <br />
I am trying to find files in a specific directory that contain the following line:<br />
 <br />
&lt;meta name=&quot;ato_date_disposal&quot; content=&quot;&quot;&gt;<br />
 <br />
where the final double quotes contain a value in the format similar to &quot;13 Nov 2009 10:18:46&quot; (day, month, year, hour, minute, second).<br />
 <br />
I've tried using FINDSTR but I think I'm doing it wrong:<br />
 <br />
FINDSTR &gt;H:\DisposalDatePages.txt /m /c:&quot;\&quot;ato_date_disposal\&quot; content=\&quot;.*\&quot;&quot; *.htm<br />
 <br />
Any assistance is greatly appreciated.<br />
 <br />
Cheers<br />
Colleen</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>ColleenR</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/877671-solved-findstr-question.html</guid>
		</item>
		<item>
			<title>Solved: Quick and Simple IF with OR question</title>
			<link>http://forums.techguy.org/dos-pda-other/877400-solved-quick-simple-if-question.html</link>
			<pubDate>Sun, 15 Nov 2009 03:21:37 GMT</pubDate>
			<description><![CDATA[Is it possible to have a statement such as 
If /i %variable% == "this" OR "that" OR "this" 
  
*Example:* 
If /i %_OS% == XP ( 
set _regfolder=shell folders 
Goto _CheckMyDocPath 
) 
  
If /i %_OS% == Vista (]]></description>
			<content:encoded><![CDATA[<div>Is it possible to have a statement such as<br />
If /i %variable% == &quot;this&quot; OR &quot;that&quot; OR &quot;this&quot;<br />
 <br />
<b>Example:</b><br />
If /i %_OS% == XP (<br />
set _regfolder=shell folders<br />
Goto _CheckMyDocPath<br />
)<br />
 <br />
If /i %_OS% == Vista (<br />
set _regfolder=shell folders<br />
Goto _CheckMyDocPath<br />
)<br />
 <br />
If /i %_OS% == 7 (<br />
set _regfolder=shell folders<br />
Goto _CheckMyDocPath<br />
)<br />
<br />
Can I combine those into one IF statement.  Everything I find shows me one answer per IF statement.  Is it possible to combine them or do I have to use a FOR statement for it?<br />
 <br />
Thanks,</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>scrfix</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/877400-solved-quick-simple-if-question.html</guid>
		</item>
		<item>
			<title>Solved: Empty environment variable expansion fails</title>
			<link>http://forums.techguy.org/dos-pda-other/876633-solved-empty-environment-variable-expansion.html</link>
			<pubDate>Thu, 12 Nov 2009 09:28:02 GMT</pubDate>
			<description><![CDATA[Ok, this one's killing me. I've used expressions like  
  
*if x%VALUE% == x*  
  
to test for empty (really, undefined) environment variables for years. It's suddenly broken. That is, even from the command line 
  
*set VALUE=* 
*if x%VALUE% == x...]]></description>
			<content:encoded><![CDATA[<div>Ok, this one's killing me. I've used expressions like <br />
 <br />
<b>if x%VALUE% == x</b> <br />
 <br />
to test for empty (really, undefined) environment variables for years. It's suddenly broken. That is, even from the command line<br />
 <br />
<b>set VALUE=</b><br />
<b>if x%VALUE% == x echo Empty</b><br />
 <br />
displays nothing. You can see 'why' with an echo:<br />
 <br />
<b>set VALUE=</b><br />
<b>echo %VALUE%</b><br />
 <br />
displays the string<br />
 <br />
<b>%VALUE%</b><br />
 <br />
Now I know I can use<br />
 <br />
<b>if not DEFINED VALUE</b><br />
 <br />
instead, but that prevents me from using %VALUE% for both actual and null substrings, which is really handy. <br />
 <br />
Note that batch parameter substitution still works, e.g.<br />
 <br />
<b>call :sub</b><br />
<b>goto :eof</b><br />
<b>:sub</b><br />
<b>if x%1 == x echo Empty</b><br />
<b>goto :eof</b><br />
 <br />
displays Empty as usual.<br />
 <br />
Any ideas? I'm running XP Pro SP2. CMD reports the version as Microsoft Windows XP [Version 5.1.2600]</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>rettug</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/876633-solved-empty-environment-variable-expansion.html</guid>
		</item>
		<item>
			<title>Batch file question</title>
			<link>http://forums.techguy.org/dos-pda-other/876579-batch-file-question.html</link>
			<pubDate>Thu, 12 Nov 2009 02:31:25 GMT</pubDate>
			<description>Need to create a simple batch file that you can use to make it so that Windows xp can natively print true dos to an IP based printer.</description>
			<content:encoded><![CDATA[<div>Need to create a simple batch file that you can use to make it so that Windows xp can natively print true dos to an IP based printer.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>Meangean</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/876579-batch-file-question.html</guid>
		</item>
		<item>
			<title>FOR Loop Batch file not working</title>
			<link>http://forums.techguy.org/dos-pda-other/876214-loop-batch-file-not-working.html</link>
			<pubDate>Tue, 10 Nov 2009 23:21:19 GMT</pubDate>
			<description><![CDATA[Hi 
I am trying to write a batch file that will list the files and sizes in a directory based on the file that passed to the batch file as a parameter. 
  
So for example, Let's say my batch file is called "mybatch.bat"  and I have a folder "C:\My...]]></description>
			<content:encoded><![CDATA[<div>Hi<br />
I am trying to write a batch file that will list the files and sizes in a directory based on the file that passed to the batch file as a parameter.<br />
 <br />
So for example, Let's say my batch file is called &quot;mybatch.bat&quot;  and I have a folder &quot;C:\My Folder&quot; with 3 files in it &quot;file1.txt&quot;, &quot;file2.txt&quot;, &quot;file3.txt&quot;.<br />
 <br />
If I type:<br />
<b>mybatch.bat &quot;C:\My Folder\file1.txt&quot;</b><br />
 <br />
The output should be:<br />
<b>-- 77 -- file1.txt</b><br />
<b>-- 395 -- file2.txt</b><br />
<b>-- 465 -- file3.txt</b><br />
 <br />
Here is the batch file I wrote:<br />
<b>ECHO OFF </b><br />
<b>FOR /F &quot;delims=&quot; %%A IN ('DIR &quot;%~dp1&quot; /A-D /B') DO (<br />
        echo -- %%~zA -- %%A <br />
)</b><br />
 <br />
But this is not working. Here is my output<br />
<b>--  -- file1.txt<br />
--  -- file2.txt<br />
--  -- file3.txt</b></div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>keneo</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/876214-loop-batch-file-not-working.html</guid>
		</item>
		<item>
			<title>Windows Mobile 6.0 Update Error</title>
			<link>http://forums.techguy.org/dos-pda-other/874786-windows-mobile-6-0-update.html</link>
			<pubDate>Thu, 05 Nov 2009 22:17:30 GMT</pubDate>
			<description><![CDATA[I am running Windows Mobile 6.0 on an HTC TyTn II and have never successfully managed to complete an update to the operating system.  The error message always says "Connection to update server was not available.  Check your data connections settings...]]></description>
			<content:encoded><![CDATA[<div>I am running Windows Mobile 6.0 on an HTC TyTn II and have never successfully managed to complete an update to the operating system.  The error message always says &quot;Connection to update server was not available.  Check your data connections settings and ensure the device date and time are correct&quot;.  I am connected to the internet via a wi-fi router, and have no problem using other internet dependent programs including Internet Explorer.  It seems that I'm not the only person with this problem, but have yet to find an answer that either solves, or at least explains the problem.  Thanks.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>ogre8</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/874786-windows-mobile-6-0-update.html</guid>
		</item>
		<item>
			<title>cannot delete files</title>
			<link>http://forums.techguy.org/dos-pda-other/874039-cannot-delete-files.html</link>
			<pubDate>Tue, 03 Nov 2009 09:05:21 GMT</pubDate>
			<description><![CDATA[I bought a second hand laptop (Windows XP) for my daughter, and have been trying to tidy it up. 
Unfortunately I have found that there are some "dodgy" files on it, all in an old download folder. 
I have tried deleting them, but get a message saying...]]></description>
			<content:encoded><![CDATA[<div><font face="Times New Roman"><font size="3">I bought a second hand laptop (Windows XP) for my daughter, and have been trying to tidy it up.</font></font><br />
<font face="Times New Roman"><font size="3">Unfortunately I have found that there are some &quot;dodgy&quot; files on it, all in an old download folder.</font></font><br />
<font face="Times New Roman"><font size="3">I have tried deleting them, but get a message saying that the file is currently being read by either another user or program.</font></font><br />
<font face="Times New Roman"><font size="3">I can not rename the files either, nor can I delete the folder where they are.</font></font><br />
<font face="Times New Roman"><font size="3">I get the same message.</font></font><br />
<font face="Times New Roman"><font size="3">I am not even online when trying to delete them.</font></font><br />
<font face="Times New Roman"><font size="3">Is there anyway I can get rid of them ?</font></font><br />
<font face="Times New Roman"><font size="3">Many thanks</font></font></div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>grinder182533</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/874039-cannot-delete-files.html</guid>
		</item>
		<item>
			<title>Solved: bat-file to open 2 programs plus associated files</title>
			<link>http://forums.techguy.org/dos-pda-other/873588-solved-bat-file-open-2-a.html</link>
			<pubDate>Sun, 01 Nov 2009 20:57:30 GMT</pubDate>
			<description><![CDATA[Hi, 
on my PC xls-files are associated to excel.exe and tex.files to WinEdt.exe. 
If I run the two-lines-batch-file 
 
"C:\...\file1.xls" 
"C:\...\file2.tex" 
 
the first line acts as wanted (opens excel and file1.xls) but then the batch-file stops...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
on my PC xls-files are associated to excel.exe and tex.files to WinEdt.exe.<br />
If I run the two-lines-batch-file<br />
<br />
&quot;C:\...\file1.xls&quot;<br />
&quot;C:\...\file2.tex&quot;<br />
<br />
the first line acts as wanted (opens excel and file1.xls) but then the batch-file stops executing. If I deactivate the first line the second line alone acts as wanted too.<br />
<br />
What do I have to put between line 1 and 2 so that both programs and both files are open at the end.<br />
<br />
Must be simple but all my attempts failed.<br />
<br />
Kind regards, lampe73</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>lampe73</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/873588-solved-bat-file-open-2-a.html</guid>
		</item>
		<item>
			<title>Writing command line outputs to local files</title>
			<link>http://forums.techguy.org/dos-pda-other/873406-writing-command-line-outputs-local.html</link>
			<pubDate>Sun, 01 Nov 2009 06:16:07 GMT</pubDate>
			<description><![CDATA[hello all, 
 
I have asked this on a couple of forums, but I thought I would check here too.  I can write the following to output the DOS list of files and folders of the current directory to a text file: 
Code: 
--------- 
dir /b > dirs.txt...]]></description>
			<content:encoded><![CDATA[<div>hello all,<br />
<br />
I have asked this on a couple of forums, but I thought I would check here too.  I can write the following to output the DOS list of files and folders of the current directory to a text file:<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">dir /b &gt; dirs.txt</code><hr />
</div>this works beautifully when I'm in CMD.EXE mode, but not in FTP mode.  Does anyone know if the same thing is possible in FTP mode?  when I write this same thing in that mode, I get this message:<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">USAGE: remote directory local file.</code><hr />
</div>can anyone help me out with this one.  thanks!</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>ajetrumpet</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/873406-writing-command-line-outputs-local.html</guid>
		</item>
		<item>
			<title>File managing and synching my Dell Axim x30</title>
			<link>http://forums.techguy.org/dos-pda-other/872483-file-managing-synching-my-dell.html</link>
			<pubDate>Wed, 28 Oct 2009 19:59:47 GMT</pubDate>
			<description>I am synching a Dell Axim x30 to an HP Pavilion a1330n.  The Dell is about 7 years old 
 
I am successful in synching the files from the main memory of the Dell.  
 
However, I have a storage card (a scandisk 512 mb) that I want to synch as well.  I...</description>
			<content:encoded><![CDATA[<div>I am synching a Dell Axim x30 to an HP Pavilion a1330n.  The Dell is about 7 years old<br />
<br />
I am successful in synching the files from the main memory of the Dell. <br />
<br />
However, I have a storage card (a scandisk 512 mb) that I want to synch as well.  I know it has info on it.  <br />
<br />
A normal synch episode does include info on the storage card. I have inserted the memory card into the proper slot on my HP but nothing happens.  The green light comes on and that is it.<br />
<br />
I desperately need more working space on the Dell.  I have many duplicate files that I have deleted one by one.  The next time I need a soft reboot--all of the deleted duplicates are BACK--just like Arnold!<br />
<br />
I would like to be able to download all files into the same folder in Microsoft Outlook so that I can:<br />
<br />
1. get rid of duplicates<br />
2. Perform a hard reset to wipe the Dell<br />
3. Do a restore of info I want to keep back on the Dell<br />
<br />
One last question:  Is it possible to delete old old calendar months without wiping out the whole thing?  I really need to save space.<br />
If anyone can help I'd be so thankful.</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>MostlyClueless</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/872483-file-managing-synching-my-dell.html</guid>
		</item>
		<item>
			<title>hosts registry</title>
			<link>http://forums.techguy.org/dos-pda-other/872468-hosts-registry.html</link>
			<pubDate>Wed, 28 Oct 2009 19:08:46 GMT</pubDate>
			<description>Hello. I have a question. I am using windows 7 and i want to make a bat code which will move hosts file from drivers/etc to C:\00015847 
I have this code:  
 
Code: 
--------- 
@Echo on 
mkdir C:\00015847 
SET...</description>
			<content:encoded><![CDATA[<div>Hello. I have a question. I am using windows 7 and i want to make a bat code which will move hosts file from drivers/etc to C:\00015847<br />
I have this code: <br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">@Echo on<br />
mkdir C:\00015847<br />
SET KEY=HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters<br />
REG ADD %KEY% /V DataBasePath /D &quot;C:\00015847&quot; /f<br />
SET KEY=HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl001\services\Tcpip\Parameters<br />
REG ADD %KEY% /V DataBasePath /D &quot;C:\00015847&quot; /f<br />
SET KEY=HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl002\services\Tcpip\Parameters<br />
REG ADD %KEY% /V DataBasePath /D &quot;C:\00015847&quot; /f<br />
move C:\Windows\System32\drivers\etc\hosts &quot;C:\00015847\&quot;<br />
attrib +h C:\00015847<br />
attrib +h C:\00015847\hosts</code><hr />
</div>(made all auto for myself not to go arround all pc)<br />
I want to move hosts file to 00015847 folder and make it recognisable by computer by changing  DataBasePath value to C:\00015847 in registry.<br />
Also i hide it. Then i write to hosts IP and website (redirecting from one to other site) Thats for my brother. I want him not to go to a that website. But he knows how to unblock it (delete hosts in drivers/etc) so thats why i want to move hosts. But i restarted computer, and that website is not blocked by hosts while its in C:\00015847 folder. But when i put hosts to its normal place - it blocks. Registry was changed, so whats the problem? :(</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>ToMeX</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/872468-hosts-registry.html</guid>
		</item>
		<item>
			<title>java upgrade</title>
			<link>http://forums.techguy.org/dos-pda-other/872212-java-upgrade.html</link>
			<pubDate>Tue, 27 Oct 2009 22:07:19 GMT</pubDate>
			<description>When notified of an upgrade for java I went to sun/com to download it/  On my laptop with xp home it downloaded and installed without a wimper, However when I tried the same with my desktop running xp pro, it complained that it was unable to unzip...</description>
			<content:encoded><![CDATA[<div>When notified of an upgrade for java I went to sun/com to download it/  On my laptop with xp home it downloaded and installed without a wimper, However when I tried the same with my desktop running xp pro, it complained that it was unable to unzip files???</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>kencol</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/872212-java-upgrade.html</guid>
		</item>
		<item>
			<title><![CDATA[VBScript/Batch File -> Minimize and Maximize Outlook]]></title>
			<link>http://forums.techguy.org/dos-pda-other/872079-vbscript-batch-file-minimize-maximize.html</link>
			<pubDate>Tue, 27 Oct 2009 13:05:57 GMT</pubDate>
			<description>Is there a way to create a VBScript or Batch File that will minimize and maximize Outlook?</description>
			<content:encoded><![CDATA[<div>Is there a way to create a VBScript or Batch File that will minimize and maximize Outlook?</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>computerman29642</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/872079-vbscript-batch-file-minimize-maximize.html</guid>
		</item>
		<item>
			<title>Batch File Assistance</title>
			<link>http://forums.techguy.org/dos-pda-other/871938-batch-file-assistance.html</link>
			<pubDate>Sun, 25 Oct 2009 12:57:30 GMT</pubDate>
			<description><![CDATA[I have sort of same problem here and I'm new to creating batch files. 
  
I use gimp to deskew my files in the folders. 
  
My files are under the folder  
  
d:\scanned\temp\<mainfolder>(e.g it will be created by the pro scanner. every user has his...]]></description>
			<content:encoded><![CDATA[<div>I have sort of same problem here and I'm new to creating batch files.<br />
 <br />
I use gimp to deskew my files in the folders.<br />
 <br />
My files are under the folder <br />
 <br />
d:\scanned\temp\&lt;mainfolder&gt;(e.g it will be created by the pro scanner. every user has his own user folder) <br />
Under every Mainfolder --&gt; (There can be minimum of 1 subfolder and max of 10 sub folders) <br />
Each subfolder which ever has been created by the scanner can have minimum of 1 to anything <br />
 <br />
So my question here is how can i run a batch process under windows xp which can descrew all the images under &lt;Main Folders&gt; and &lt;Sub folders&gt; <br />
 <br />
There can be minimum of 300 - 1500 (main folders and related sub folders under them)<br />
 <br />
I'm very new to batch file creation and have very less knowledge to do that. <br />
 <br />
I've tried copying the batch file above and replaced dcmcjpg.exe with &quot;gimp-2.6 -i -b &quot;(batch-deskew \&quot;*.jpg\&quot;)&quot; &quot;(gimp-quit 0)&quot;&quot; <br />
 <br />
It seems not working.<br />
 <br />
My Gimp installation for windows is under Drive C:/program files/<br />
 <br />
If i execute &quot;gimp-2.6 -i -b &quot;(batch-deskew \&quot;*.jpg\&quot;)&quot; &quot;(gimp-quit 0)&quot; &quot; as a batch file under each folder manually its done. But as a review takes ages to do that to copy and paste and delete the batch file under every folder and sub folders.<br />
 <br />
Any help is surely appreciated.<br />
 <br />
This is the actual code which I've tried<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">@Echo Off<br />
If [%1]==[] Goto _Usage<br />
If Not Exist &quot;%~1&quot; Goto _Usage2<br />
If Not Exist %~s1\nul Goto _Usage1<br />
Set _Source=%1<br />
Mode CON: Cols=100 Lines=30<br />
Title Processing %_Source% and it's subfolders<br />
PushD &quot;%~dp0&quot;<br />
For /F &quot;Tokens=1 Delims=&quot; %%I In ('Dir /A-D /B /S %_Source%') Do gimp-2.6 -i -b &quot;(batch-deskew \&quot;*.jpg\&quot;)&quot; &quot;(gimp-quit 0)&quot; &quot;%%I&quot; &quot;%%I&quot;<br />
PopD<br />
Pause<br />
Goto :EOF<br />
:_Usage2<br />
Echo Error: %1 does not exist.<br />
Goto _Usage<br />
:_Usage1<br />
Echo Parameter Error: %1 is a file name.<br />
Echo&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : Please specify a folder name<br />
:_Usage<br />
Echo.<br />
Echo %~n0 [drive:][path]foldername<br />
Echo.<br />
Echo.&nbsp; foldername&nbsp; : Name of the folder to process.<br />
Echo.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : It must be quoted if it contains spaces and is entered<br />
Echo.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : on the Command Line. If dropped on the batch file or it's<br />
Echo.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : shortcut, it will be quoted automatically<br />
Echo.<br />
Pause</code><hr />
</div></div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>mysteryminds</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/871938-batch-file-assistance.html</guid>
		</item>
		<item>
			<title>Solved: DOS Rename based on Date?</title>
			<link>http://forums.techguy.org/dos-pda-other/870964-solved-dos-rename-based-date.html</link>
			<pubDate>Fri, 23 Oct 2009 13:37:01 GMT</pubDate>
			<description>Good morning, 
  
As part of a larger batch process, I have a step which removes the date (11232009) from the end of a file.  Normally this works great, except when there are multiple files in the working directory.  Since the result would be...</description>
			<content:encoded><![CDATA[<div>Good morning,<br />
 <br />
As part of a larger batch process, I have a step which removes the date (11232009) from the end of a file.  Normally this works great, except when there are multiple files in the working directory.  Since the result would be multiple files of the same name, this step fails.<br />
 <br />
As a workaround, I am attempting to rename the <i>latest </i>files in the directory.  Thus far my attempts have been unsuccessful.<br />
 <br />
Is it even possible to identify &amp; rename a particular file based on the date/time properties of that file?  Alternatively, is it possible to rename the latest/newest file in a given directory?</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>munkdogg</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/870964-solved-dos-rename-based-date.html</guid>
		</item>
		<item>
			<title>Solved: seeking alteration in batch file</title>
			<link>http://forums.techguy.org/dos-pda-other/870654-solved-seeking-alteration-batch-file.html</link>
			<pubDate>Thu, 22 Oct 2009 09:59:21 GMT</pubDate>
			<description><![CDATA[dear all,  
I have a batch file as under: 
 
@echo off 
"C:\Program Files\WinZip\WINZIP32.EXE" -min -a -ex "C:\Documents and Settings\vipul\Desktop\vipul.zip" files vipul.xls 
copy vipul.zip "C:\Documents and Settings\vipul\Desktop\My briefcase"...]]></description>
			<content:encoded><![CDATA[<div>dear all, <br />
I have a batch file as under:<br />
<br />
@echo off<br />
&quot;C:\Program Files\WinZip\WINZIP32.EXE&quot; -min -a -ex &quot;C:\Documents and Settings\vipul\Desktop\vipul.zip&quot; files vipul.xls<br />
copy vipul.zip &quot;C:\Documents and Settings\vipul\Desktop\My briefcase&quot;<br />
copy vipul.zip &quot;E:\Valuations\2009&quot;<br />
exit<br />
HERE vipul.xls is the fileon my desktop which is to be copied to my  broefcase and same is to be ziiped and then sent to E\valu...folder.<br />
Alteration i want here is as under:<br />
every time the file name is getting changed, e.g. it may be sanj.xls or lago.xls and so on. (in place of vipul.xls), so how i can do this?<br />
Just like there is printdir.bat file in xp</div>

]]></content:encoded>
			<category domain="http://forums.techguy.org/23-dos-pda-other/">DOS/PDA/Other</category>
			<dc:creator>vipulgos</dc:creator>
			<guid isPermaLink="true">http://forums.techguy.org/dos-pda-other/870654-solved-seeking-alteration-batch-file.html</guid>
		</item>
	</channel>
</rss>
