<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/prompt</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 00:04:53 GMT</pubDate>
<item>
<title>(Windows PowerShell) IPConfig Reset - rickygri</title>
<link>http://snipplr.com/view/70216/ipconfig-reset/</link>
<description><![CDATA[ <p>Reset DNS and flush ip config, then renew</p> ]]></description>
<pubDate>Sat, 02 Mar 2013 23:26:06 GMT</pubDate>
<guid>http://snipplr.com/view/70216/ipconfig-reset/</guid>
</item>
<item>
<title>(Bash) Customized Sexy Bash  Prompt - Git branch/Status - oxnard</title>
<link>http://snipplr.com/view/68985/customized-sexy-bash--prompt--git-branchstatus/</link>
<description><![CDATA[ <p>customized version of Sexy Bash Prompt</p> ]]></description>
<pubDate>Thu, 06 Dec 2012 10:57:04 GMT</pubDate>
<guid>http://snipplr.com/view/68985/customized-sexy-bash--prompt--git-branchstatus/</guid>
</item>
<item>
<title>(Bash) Bash + Screen prompt and title (Debian) - ChloeD</title>
<link>http://snipplr.com/view/54838/bash--screen-prompt-and-title-debian/</link>
<description><![CDATA[ <p>This .bashrc snippet sets the PS1 prompt so the title will be displayed in screen's statusbar.</p> ]]></description>
<pubDate>Fri, 03 Jun 2011 22:33:01 GMT</pubDate>
<guid>http://snipplr.com/view/54838/bash--screen-prompt-and-title-debian/</guid>
</item>
<item>
<title>(DOS Batch) cygwin open explorer window in current directory - peterlubczynski</title>
<link>http://snipplr.com/view/54614/cygwin-open-explorer-window-in-current-directory/</link>
<description><![CDATA[ <p>Just run at the prompt cygwin bash $ cmd.exe /c start .</p> ]]></description>
<pubDate>Tue, 31 May 2011 03:44:06 GMT</pubDate>
<guid>http://snipplr.com/view/54614/cygwin-open-explorer-window-in-current-directory/</guid>
</item>
<item>
<title>(Bash) Screen Friendly ZSH Prompt - wesalvaro</title>
<link>http://snipplr.com/view/38504/screen-friendly-zsh-prompt/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Aug 2010 06:45:02 GMT</pubDate>
<guid>http://snipplr.com/view/38504/screen-friendly-zsh-prompt/</guid>
</item>
<item>
<title>(Windows Registry) Disable Windows Share Drag and Drop Confirmation caused by IE 7 on XP SP3 - karlhorky</title>
<link>http://snipplr.com/view/37724/disable-windows-share-drag-and-drop-confirmation-caused-by-ie-7-on-xp-sp3/</link>
<description><![CDATA[ <p>Internet Explorer 7 under Windows XP Service Pack 3 has the Windows Registry "Reserved Value" 180D set that was not set before, which can cause  a "Do you want to move or copy files from this zone?" prompt on moves or copies between Windows shares if they are incorrectly detected as being part of the Internet Zone. The registry solution in this snippet will disable this confirmation message.


References:

"Reserved value" 180D (Microsoft.com: Internet Explorer security zones registry entries for advanced users):

http://support.microsoft.com/kb/182569


Discussion of Windows Registry solution:

http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.windowsxp.general&amp;tid=6f434a2d-cb47-47c4-b73a-f85459d27c51&amp;cat=en_US_91a15a1e-b269-4291-b6b4-dc2d504ce9ef&amp;lang=en&amp;cr=US&amp;sloc=en-us&amp;m=1&amp;p=1


"Do you want to move or copy files from this zone?" Prompt Example:

http://www.howtogeek.com/wp-content/uploads/2008/07/image56.png</p> ]]></description>
<pubDate>Thu, 22 Jul 2010 04:27:02 GMT</pubDate>
<guid>http://snipplr.com/view/37724/disable-windows-share-drag-and-drop-confirmation-caused-by-ie-7-on-xp-sp3/</guid>
</item>
<item>
<title>(DOS Batch) DOS Batch: Mirror Contents of One Directory to Another with Prompt using Robocopy - karlhorky</title>
<link>http://snipplr.com/view/32086/dos-batch-mirror-contents-of-one-directory-to-another-with-prompt-using-robocopy/</link>
<description><![CDATA[ <p>This batch mirrors the contents of one directory to another using Robocopy. It will display a list of what is being mirrored before prompting the user for confirmation on the mirror.

WARNING: Robocopy's /MIR switch that is used in this batch WILL remove any destination objects not present in the source directory</p> ]]></description>
<pubDate>Thu, 15 Apr 2010 17:35:40 GMT</pubDate>
<guid>http://snipplr.com/view/32086/dos-batch-mirror-contents-of-one-directory-to-another-with-prompt-using-robocopy/</guid>
</item>
<item>
<title>(Visual Basic) WSH (VBScript): Windows 7 New File Context Menu Item - karlhorky</title>
<link>http://snipplr.com/view/30935/wsh-vbscript-windows-7-new-file-context-menu-item/</link>
<description><![CDATA[ <p>A modification of Bill James' New Folder context menu script ( http://billsway.com/vbspage/ ), this script instead creates a "New File" item in the right click context menu of Directory Backgrounds. Upon running the New File item, you will be prompted for a filename that defaults to "new.txt". Once a valid filename has been entered (not an existing file) the script will then create the file. This allows the filename to be chosen in the dialog before any file creation has been executed. This has been tested to work on Windows 7 but may work on Vista as well.

Make the code below into a vbs file in the location you want it to be installed in (eg. C:\Windows\NewFile.vbs). To install the context menu item, run the vbs file. To uninstall the file, run the vbs file again.</p> ]]></description>
<pubDate>Mon, 05 Apr 2010 16:54:54 GMT</pubDate>
<guid>http://snipplr.com/view/30935/wsh-vbscript-windows-7-new-file-context-menu-item/</guid>
</item>
<item>
<title>(Bash) Add fancy stuff to your Git prompt - alvarezrilla</title>
<link>http://snipplr.com/view/21963/add-fancy-stuff-to-your-git-prompt/</link>
<description><![CDATA[ <p>Setup default ignores, aliases, colors, completion and bash prompt in Git
These are to be run from Terminal.</p> ]]></description>
<pubDate>Tue, 27 Oct 2009 09:24:40 GMT</pubDate>
<guid>http://snipplr.com/view/21963/add-fancy-stuff-to-your-git-prompt/</guid>
</item>
<item>
<title>(HTML) Google Chrome Frame - Detecting and Prompt Install - crs</title>
<link>http://snipplr.com/view/20097/google-chrome-frame--detecting-and-prompt-install/</link>
<description><![CDATA[ <p>Must be inside  tag</p> ]]></description>
<pubDate>Wed, 23 Sep 2009 04:40:57 GMT</pubDate>
<guid>http://snipplr.com/view/20097/google-chrome-frame--detecting-and-prompt-install/</guid>
</item>
<item>
<title>(DOS Batch) Windows better prompt for long directory names (trailing > after path is moved to new line) - laurenceosx</title>
<link>http://snipplr.com/view/17802/windows-better-prompt-for-long-directory-names-trailing--after-path-is-moved-to-new-line/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 02 Aug 2009 08:49:58 GMT</pubDate>
<guid>http://snipplr.com/view/17802/windows-better-prompt-for-long-directory-names-trailing--after-path-is-moved-to-new-line/</guid>
</item>
<item>
<title>(PHP) PHP Command Line Confirmation Prompt - jachin</title>
<link>http://snipplr.com/view/8835/php-command-line-confirmation-prompt/</link>
<description><![CDATA[ <p>A basic confirmation question and test.</p> ]]></description>
<pubDate>Sat, 04 Oct 2008 18:35:56 GMT</pubDate>
<guid>http://snipplr.com/view/8835/php-command-line-confirmation-prompt/</guid>
</item>
<item>
<title>(Bash) my bash prompt - rwczippy</title>
<link>http://snipplr.com/view/6672/my-bash-prompt/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 12 Jun 2008 13:56:26 GMT</pubDate>
<guid>http://snipplr.com/view/6672/my-bash-prompt/</guid>
</item>
<item>
<title>(Bash) Dynamic BASH Prompt - robh</title>
<link>http://snipplr.com/view/4651/dynamic-bash-prompt/</link>
<description><![CDATA[ <p>A very dynamic and flexible bash prompt. Personally I find this to have everything needed. It shows exit status, shortens itself for long directories, and shows bash history for easy referencing.

Hopefully it doesn't get messed up.</p> ]]></description>
<pubDate>Fri, 18 Jan 2008 19:40:17 GMT</pubDate>
<guid>http://snipplr.com/view/4651/dynamic-bash-prompt/</guid>
</item>
<item>
<title>(Bash) Prompt ideas for ngungo - gtcaz</title>
<link>http://snipplr.com/view/2858/prompt-ideas-for-ngungo/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Jun 2007 14:27:39 GMT</pubDate>
<guid>http://snipplr.com/view/2858/prompt-ideas-for-ngungo/</guid>
</item>
<item>
<title>(Bash) Nice Bash prompt - gtcaz</title>
<link>http://snipplr.com/view/2369/nice-bash-prompt/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 20 Mar 2007 16:38:09 GMT</pubDate>
<guid>http://snipplr.com/view/2369/nice-bash-prompt/</guid>
</item>
<item>
<title>(Other) pop2imap - jnunemaker</title>
<link>http://snipplr.com/view/1037/pop2imap/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 07 Sep 2006 17:08:40 GMT</pubDate>
<guid>http://snipplr.com/view/1037/pop2imap/</guid>
</item>
</channel>
</rss>