<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[פתיחת כתובת הgw בדפדפן באמצעות cmd]]></title><description><![CDATA[<p dir="rtl">שלום,<br />
אני מחפש פקודה שתפתח את כתובת הgw באמצעות שורת הפקודה,<br />
הפקודה הזו תציג את כתובת הgw:</p>
<pre><code>ipconfig | findstr "Default Gateway"
</code></pre>
<p dir="rtl">אני משער שהפקודה הבאה אמורה לקחת חלק מהפלט (הaddress) ולשים אותו בפקודה הבאה:</p>
<pre><code>start http://&lt;address&gt;
</code></pre>
<p dir="rtl">אך אני בור ועם הארץ בתחביר של cmd כך שאיני יודע איך להתקדם... אודה לעזרתכם.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/clickone" aria-label="Profile: clickone">@<bdi>clickone</bdi></a> תעזור לי? <img src="https://tchumim.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f61b.png?v=cf1b4e11576" class="not-responsive emoji emoji-android emoji--stuck_out_tongue" style="height:23px;width:auto;vertical-align:middle" title=":P" alt="😛" /></p>
]]></description><link>https://tchumim.com/topic/6117/פתיחת-כתובת-הgw-בדפדפן-באמצעות-cmd</link><generator>RSS for Node</generator><lastBuildDate>Mon, 14 Sep 2026 17:36:38 GMT</lastBuildDate><atom:link href="https://tchumim.com/topic/6117.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Aug 2019 11:47:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to פתיחת כתובת הgw בדפדפן באמצעות cmd on Fri, 02 Aug 2019 13:28:21 GMT]]></title><description><![CDATA[<p dir="rtl">בינתיים ענה לי מישהו ב<a href="https://superuser.com/questions/1466951/open-the-gw-address-in-the-browser-using-cmd" target="_blank" rel="noopener noreferrer nofollow ugc">super user</a></p>
<pre><code>For /F "tokens=13 delims= " %X in ('ipconfig ^| find "Default Gateway"') do start http://%X
</code></pre>
]]></description><link>https://tchumim.com/post/69843</link><guid isPermaLink="true">https://tchumim.com/post/69843</guid><dc:creator><![CDATA[shraga]]></dc:creator><pubDate>Fri, 02 Aug 2019 13:28:21 GMT</pubDate></item></channel></rss>