<?xml version="1.0" encoding="UTF-8" ?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Posteet: windows,batch</title> 
    <link>http://www.posteet.com/</link> 
    <description>Recent posteets posted to Posteet</description>
    <ttl>60</ttl>

    
    <item>
        <title>Comment ajouter &quot;Command prompt here&quot; au clic droit sur une répertoire?</title>
        <link>http://www.posteet.com/view/546</link>
        <description>
        <![CDATA[<pre>Créez une fichier toto.vbs contenant les lignes suivantes, et lancez-le:
Set objShell = CreateObject(&quot;WScript.Shell&quot;)

objShell.RegWrite &quot;HKCR\Folder\Shell\MenuText\Command\&quot;, _
      &quot;cmd.exe /k cd /d &quot; &amp; chr(34) &amp; &quot;%1&quot; &amp; chr(34)
objShell.RegWrite &quot;HKCR\Folder\Shell\MenuText\&quot;, &quot;Command Prompt Here&quot;</pre> <a href="http://www.posteet.com/tags/batch">[batch]</a>  <a href="http://www.posteet.com/tags/dos">[dos]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>tibboh</dc:creator>
        <pubDate>Wed, 05 Dec 2007 08:52:53 +0100</pubDate>

            <category>batch</category>
            <category>dos</category>
            <category>windows</category>
    
    </item>

  
    <item>
        <title>Exécuter un batch NT en arrière plan</title>
        <link>http://www.posteet.com/view/449</link>
        <description>
        <![CDATA[<pre>Problème: Comment exécuter un batch NT en arrière-plan:
Mettre dans le champ &quot;Exécuter&quot;: 
&quot;%WinDir%\system32\CMD.EXE&quot; /c start /min &quot;Sauve DLL&quot; &quot;D:\Program Files\etc\sauve_ariane_dll.cmd&quot;</pre> <a href="http://www.posteet.com/tags/Batch">[Batch]</a>  <a href="http://www.posteet.com/tags/Windows">[Windows]</a> ]]>        </description>
        <dc:creator>tibboh</dc:creator>
        <pubDate>Thu, 15 Nov 2007 12:33:28 +0100</pubDate>

            <category>Batch</category>
            <category>Windows</category>
    
    </item>

  
    <item>
        <title>Masquer l'execution en tache planifiée d'un fichier batch (.bat)</title>
        <link>http://www.posteet.com/view/447</link>
        <description>
        <![CDATA[<pre>Il faut créer un fichier VBS contenant ceci :

----8&lt;------8&lt;------8&lt;------8&lt;------8&lt;------8&lt;--
' *** Script start ***
Set oShell = CreateObject(&quot;WScript.Shell&quot;)

oShell.Run &quot;toto.bat&quot;, 0, True 
----8&lt;------8&lt;------8&lt;------8&lt;------8&lt;------8&lt;--

Cela permet d'exécuter toto.bat sans fenêtre de commande DOS.</pre> <a href="http://www.posteet.com/tags/batch">[batch]</a>  <a href="http://www.posteet.com/tags/script">[script]</a>  <a href="http://www.posteet.com/tags/vbscript">[vbscript]</a>  <a href="http://www.posteet.com/tags/windows">[windows]</a> ]]>        </description>
        <dc:creator>skymaxs</dc:creator>
        <pubDate>Thu, 15 Nov 2007 12:24:36 +0100</pubDate>

            <category>batch</category>
            <category>script</category>
            <category>vbscript</category>
            <category>windows</category>
    
    </item>


</channel>
</rss>
