VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



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

by BIOS [ze0slot] (3 Submissions)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 3.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

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

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

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

Download this snippet    Add to My Saved Code

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

No comments have been posted about Create New Folder from the popup menu of tpye:File Folders. Why not be the first to post a comment about Create New Folder from the popup menu of tpye:File Folders.

Post your comment

Subject:
Message:
0/1000 characters