<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Piotr Zaniewicz &#187; Win</title>
	<atom:link href="http://piotr.eldora.pl/category/win/feed" rel="self" type="application/rss+xml" />
	<link>http://piotr.eldora.pl</link>
	<description>Ideas not to be forgotten...</description>
	<lastBuildDate>Wed, 11 Jan 2012 20:14:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bank mBank eksportowanie listy wszystkich odbiorców do pliku</title>
		<link>http://piotr.eldora.pl/2011/05/27/bank-mbank-eksportowanie-wszystkich-odbiorcow-do-pliku</link>
		<comments>http://piotr.eldora.pl/2011/05/27/bank-mbank-eksportowanie-wszystkich-odbiorcow-do-pliku#comments</comments>
		<pubDate>Fri, 27 May 2011 19:40:36 +0000</pubDate>
		<dc:creator>Piotr Zaniewicz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Win]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[eksport]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[lista]]></category>
		<category><![CDATA[mbank]]></category>
		<category><![CDATA[odbiorców]]></category>
		<category><![CDATA[odbiorcy]]></category>

		<guid isPermaLink="false">http://piotr.eldora.pl/?p=155</guid>
		<description><![CDATA[Niestety żaden Polski bank nie udostępnia funkcji eksportowania wprowadzonych odbiorców. W tym celu napisałem skrypt, który pozwala to osiągnąć osobom korzystającym z konta w mBanku. Po wprowadzeniu podstawowych danych skrypt loguje się na strony banku i ściąga wszystkich odbiorców. Następnie zapisuje ich do pliku CSV. Plik PHPS jest dostępny tutaj. W razie problemów służę pomocą, [...]]]></description>
			<content:encoded><![CDATA[<p>Niestety żaden Polski bank nie udostępnia funkcji eksportowania wprowadzonych odbiorców.<br />
W tym celu napisałem skrypt, który pozwala to osiągnąć osobom korzystającym z konta w mBanku.<br />
Po wprowadzeniu podstawowych danych skrypt loguje się na strony banku i ściąga wszystkich odbiorców. Następnie zapisuje ich do pliku CSV.</p>
<p>Plik PHPS jest dostępny <a href="http://piotr.eldora.pl/.downloads/mbank_eksport_odb.phps">tutaj</a>.</p>
<p>W razie problemów służę pomocą, a za przekazaniem drobnego wsparcia mogę za kogoś przeprowadzić eksport. Oczywiście dyskrecja gwarantowana.</p>
]]></content:encoded>
			<wfw:commentRss>http://piotr.eldora.pl/2011/05/27/bank-mbank-eksportowanie-wszystkich-odbiorcow-do-pliku/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Windows wireless network changing batch script</title>
		<link>http://piotr.eldora.pl/2011/03/02/windows-wireless-network-changing-batch-script</link>
		<comments>http://piotr.eldora.pl/2011/03/02/windows-wireless-network-changing-batch-script#comments</comments>
		<pubDate>Tue, 01 Mar 2011 23:21:41 +0000</pubDate>
		<dc:creator>Piotr Zaniewicz</dc:creator>
				<category><![CDATA[Win]]></category>
		<category><![CDATA[bat batch windows network netsh jdownloader new ip routing]]></category>

		<guid isPermaLink="false">http://piotr.eldora.pl/?p=146</guid>
		<description><![CDATA[I had a need to write a batch (.bat) script under windows to change the wireless network that the computer is connected to. The script is very simple and requires writing permission on C: drive but you can change the folder if you want. You also need to make sure that network profiles are already [...]]]></description>
			<content:encoded><![CDATA[<p>I had a need to write a batch (.bat) script under windows to change the wireless network that the computer is connected to.<br />
The script is very simple and requires writing permission on C: drive but you can change the folder if you want. You also need to make sure that network profiles are already defined (i.e. you were once successfully connected to the networks provided).</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
</pre></td><td class="code"><pre class="dos" style="font-family:monospace;"><span style="color: #33cc33;">@</span><span style="color: #b1b100; font-weight: bold;">echo</span> off
<span style="color: #b1b100; font-weight: bold;">cd</span> c:\
<span style="color: #b1b100; font-weight: bold;">set</span> net1=name_of_network_1
<span style="color: #b1b100; font-weight: bold;">set</span> net2=name_of_network_2
<span style="color: #b1b100; font-weight: bold;">set</span> net3=name of network 3
<span style="color: #b1b100; font-weight: bold;">set</span> /p net0= <span style="color: #33cc33;">&lt;</span>net
<span style="color: #00b100; font-weight: bold;">if</span> &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">net0</span><span style="color: #33cc33;">%</span>&quot;==&quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">net1</span><span style="color: #33cc33;">%</span>&quot; <span style="color: #33cc33;">(</span>
	<span style="color: #b1b100; font-weight: bold;">echo</span> <span style="color: #33cc33;">%</span><span style="color: #448888;">net3</span><span style="color: #33cc33;">%&gt;</span>net
	<span style="color: #b1b100; font-weight: bold;">set</span> net=<span style="color: #33cc33;">%</span><span style="color: #448888;">net3</span><span style="color: #33cc33;">%</span>
	<span style="color: #33cc33;">)</span> <span style="color: #00b100; font-weight: bold;">else</span> <span style="color: #33cc33;">(</span>
		<span style="color: #00b100; font-weight: bold;">if</span> &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">net0</span><span style="color: #33cc33;">%</span>&quot;==&quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">net2</span><span style="color: #33cc33;">%</span>&quot; <span style="color: #33cc33;">(</span>
		<span style="color: #b1b100; font-weight: bold;">echo</span> <span style="color: #33cc33;">%</span><span style="color: #448888;">net1</span><span style="color: #33cc33;">%&gt;</span>net
		<span style="color: #b1b100; font-weight: bold;">set</span> net=<span style="color: #33cc33;">%</span><span style="color: #448888;">net1</span><span style="color: #33cc33;">%</span>
	<span style="color: #33cc33;">)</span> <span style="color: #00b100; font-weight: bold;">else</span> <span style="color: #33cc33;">(</span>
		<span style="color: #b1b100; font-weight: bold;">echo</span> <span style="color: #33cc33;">%</span><span style="color: #448888;">net2</span><span style="color: #33cc33;">%&gt;</span>net
		<span style="color: #b1b100; font-weight: bold;">set</span> net=<span style="color: #33cc33;">%</span><span style="color: #448888;">net2</span><span style="color: #33cc33;">%</span>
	<span style="color: #33cc33;">)</span>
<span style="color: #33cc33;">)</span>
netsh wlan disconnect
netsh wlan connect &quot;<span style="color: #33cc33;">%</span><span style="color: #448888;">net</span><span style="color: #33cc33;">%</span>&quot;</pre></td></tr></table></div>

<p>It can be used for example if one of the wireless networks is down.<br />
You can use it in other situations, when you need a different routing or a different IP address (e.g. jDownloader).</p>
]]></content:encoded>
			<wfw:commentRss>http://piotr.eldora.pl/2011/03/02/windows-wireless-network-changing-batch-script/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ATI Radeon XD 2400 XT</title>
		<link>http://piotr.eldora.pl/2007/09/29/ati-radeon-xd-2400-xt</link>
		<comments>http://piotr.eldora.pl/2007/09/29/ati-radeon-xd-2400-xt#comments</comments>
		<pubDate>Sat, 29 Sep 2007 14:10:43 +0000</pubDate>
		<dc:creator>Piotr Zaniewicz</dc:creator>
				<category><![CDATA[Win]]></category>

		<guid isPermaLink="false">http://piotr.eldora.pl/2007/09/29/ati-radeon-xd-2400-xt</guid>
		<description><![CDATA[UPDATE thanks to Hendrik: Acer has released a new driver pack, which should work for XP. I got a laptop Acer Travelmate 6592 with ATI Radeon HD 2400 XT. After a few whiles of using Vista I decided to go back to XP and there was a problem with supplied drivers from Acer. There was [...]]]></description>
			<content:encoded><![CDATA[<p><strong>UPDATE thanks to Hendrik:  Acer has released a new <a href="ftp://ftp.work.acer-euro.com/notebook/travelmate_6592/driver/VGA_ATI_M74_8.403WHQL-XP-070811a1-052202C-Acer_XP.zip">driver pack</a>, which should work for XP.</strong><strong><br />
</strong></p>
<p>I got a laptop Acer Travelmate 6592 with ATI Radeon HD 2400 XT. After a few whiles of using Vista I decided to go back to XP and there was a problem with supplied drivers from Acer. There was none that could be used with my XP version&#8230;</p>
<p>Therefore after looking for a while and trying different solutions I came up with a one of my own.</p>
<p>Just follow these steps if you have problems:<br />
1. Download and install <a href="http://www.drivermagician.com/drivers/7-9_xp32_dd_ccc_wdm_enu_52443.exe">Driver Pack</a>.<br />
2. It will say it doesn&#8217;t recognize the driver, but it will leave its drivers on your hard drive.<br />
3. Go to your device manager.<br />
4. Click on the graphics card not beeing recognised<br />
5. Choose reinstall driver.<br />
6. Click &#8220;Install from specific&#8230;&#8221;.<br />
7. Click &#8220;I will choose&#8230;&#8221;.<br />
8. Choose &#8220;Display adapters&#8221;.<br />
9. Click &#8220;Have a disk&#8221;.<br />
10. Point it to the dir where you installed the above file &#8211; ending has to be something like &#8220;7-9_xp32_dd_ccc_wdm_enu_52443\Driver\Driver\XP_INF&#8221; and click OK.<br />
11. Search for your video card driver. Trust me it is there.<br />
12. Click yes to continue and ENJOY!</p>
<p>If you have questions, please post in comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://piotr.eldora.pl/2007/09/29/ati-radeon-xd-2400-xt/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: piotr.eldora.pl @ 2012-02-06 22:49:02 -->
