<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 07:55:50 +0000</lastBuildDate>
    <item>
      <title>(Windows Registry) unhide hidden files in Windows Explorer - bits</title>
      <link>https://snipplr.com/view/50501/unhide-hidden-files-in-windows-explorer</link>
      <description>&lt;p&gt;These registry settings show four different settings which do the following:&#13;
"Hidden"=dword:00000001 - show hidden files&#13;
"ShowSuperHidden"=dword:00000001 - show hidden system files&#13;
"SuperHidden"=dword:00000001 - show hidden directories in the explorer's tree view&#13;
"HideFileExt"=dword:00000000 - show file extension on any files&lt;/p&gt;</description>
      <pubDate>Fri, 11 Mar 2011 03:32:10 UTC</pubDate>
      <guid>https://snipplr.com/view/50501/unhide-hidden-files-in-windows-explorer</guid>
    </item>
    <item>
      <title>(C++) Function to format double values to a string - bits</title>
      <link>https://snipplr.com/view/49803/function-to-format-double-values-to-a-string</link>
      <description>&lt;p&gt;This function shows how you can format a double value to a string with a given precision.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Feb 2011 19:40:54 UTC</pubDate>
      <guid>https://snipplr.com/view/49803/function-to-format-double-values-to-a-string</guid>
    </item>
    <item>
      <title>(DOS Batch) Get the Installation date of your Windows System with netsh - bits</title>
      <link>https://snipplr.com/view/48811/get-the-installation-date-of-your-windows-system-with-netsh</link>
      <description>&lt;p&gt;This command will tell you the date of Installation of your Windows System.&#13;
The result will look like this:&#13;
*InstallDate = 11:48:12 28.06.2010*&lt;/p&gt;</description>
      <pubDate>Fri, 11 Feb 2011 07:21:12 UTC</pubDate>
      <guid>https://snipplr.com/view/48811/get-the-installation-date-of-your-windows-system-with-netsh</guid>
    </item>
    <item>
      <title>(DOS Batch) Get last boot up time of your Windows System with netsh - bits</title>
      <link>https://snipplr.com/view/48810/get-last-boot-up-time-of-your-windows-system-with-netsh</link>
      <description>&lt;p&gt;This command tells you the last boot up time of your Windows System. &#13;
The result of this command will look like this:&#13;
*LastBootUpTime = 20:25:13 10.02.2011*&lt;/p&gt;</description>
      <pubDate>Fri, 11 Feb 2011 07:18:51 UTC</pubDate>
      <guid>https://snipplr.com/view/48810/get-last-boot-up-time-of-your-windows-system-with-netsh</guid>
    </item>
    <item>
      <title>(C++) CFileDialog with Directory preset - bits</title>
      <link>https://snipplr.com/view/48800/cfiledialog-with-directory-preset</link>
      <description>&lt;p&gt;This shows how to define the directory where the MFC file dialog should start.&lt;/p&gt;</description>
      <pubDate>Fri, 11 Feb 2011 04:08:42 UTC</pubDate>
      <guid>https://snipplr.com/view/48800/cfiledialog-with-directory-preset</guid>
    </item>
    <item>
      <title>(DOS Batch) Split output of dir command into parts - bits</title>
      <link>https://snipplr.com/view/48725/split-output-of-dir-command-into-parts</link>
      <description>&lt;p&gt;This example shows how you can split the output lines of e.g. a dir command. It also shows how to use a pipe to reduce the resulting lines by the findstr command.&#13;
Explanation:&#13;
This command calls "dir *.dll" and filters the results by findstr command through a pipe "|". The result of this is a list of all dll-files which contains the string "text" in it's name.&#13;
Now the for-loop takes each of these lines and splits them by the signs given in the "delims=.: " part. The "tokens=1,2,3" will send the first three parts of the split string to the explicit defined variable %i and the implicit defined variables %j and %k.&#13;
You can start counting your variables from every sign between a-z or A-Z. You will get more information about this on your command line with "for /?".&#13;
&#13;
If you want to use this in a batch file, replace all % with %%.&#13;
&#13;
This example will give you the date of alle found files in the format DD MM JJJJ (on a german windows box). If you use mor than three tokens or other characters as delims, you can get different results. Just play around.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Feb 2011 10:10:31 UTC</pubDate>
      <guid>https://snipplr.com/view/48725/split-output-of-dir-command-into-parts</guid>
    </item>
  </channel>
</rss>
