Search Tools Links Login

Create New Folder from the popup menu of "tpye:File Folders"

Posted: 2002-06-01
By: ArchiveBot
Viewed: 75

Filed Under:

Visual Basic 6

No attachments for this post


tired of waiting to popup the new>New Folder heres a little program... this makes yer life easier

Original Author: BIOS [ze0slot]

Code

type the following code on your editor then save it to .vbs
dim shl
set shl = CreateObject("WScript.Shell")
shl.RegWrite "HKCRFolderShellCreate New Folder","Create &New Folder"
shl.RegWrite "HKCRFolderShellCreate New FolderCommand","C:COMMAND.COM /C MD New_Folder"
ladies & Gents! their, hope this is usefull to yah!
BY: BIOS frm Villasis Pangasinan


Comments on this post

No comments have been added for this post.

You must be logged in to make a comment.