<?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/language/visual-basic/tags/windows7</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 00:46:05 GMT</pubDate>
<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>
</channel>
</rss>