|
|
|
|
![]() ![]() |
Jan 12 2008, 09:11 AM
Post
#1
|
|
|
Newbie [Level 1] ![]() Group: Members Posts: 21 Joined: 19-September 06 From: nitish.co.nr Member No.: 30,215 |
With this registry edit you can easily open the current folder in prompt without going through any Change Directory commands (cd). This is useful for people like me who are programming in JAVA, and every time to create class files and test them I have a diificult time just entering the commands in Prompt.
But if you don't want to use this registry edit you can create the directory in C:\ drive like C:\files so you have to navigate very little in prompt. If you are experienced in regedit you can do it yourself shown below OR download the attachment and apply it. I tested this on Windows XP and it works. Just copy paste this code in to your favourite text editor: CODE Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\Directory\shell\command]<BR>@="Open Command prompt Here" [HKEY_CLASSES_ROOT\Directory\shell\command\command] @="cmd.exe /k cd %1\"" Then save the file as .reg extension and apply it. Before applying .reg extension go to "Tools" > "Folder Options…" > "View" tab and uncheck "Hide extensions for known file types". Note:The code CODE @="Open Command Prompt Here" will represent the text on right click menu (you can change the text) and CODE @="cmd.exe /k cd %1\"" will tell to open command prompt at the current folder when it is clicked.Here's the file
command_prompt_to_every_folder.zip ( 348bytes )
Number of downloads: 3to apply if you don't want to do as above. If you have any doubts please post here or mail me. This post has been edited by nitish: Jan 12 2008, 09:18 AM |
|
|
|
Jan 17 2008, 01:54 AM
Post
#2
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 150 Joined: 9-April 07 From: Nebraska Member No.: 41,301 |
That's pretty cool, and I think you could use that for anyone that uses CMD a lot.
But for Java, you could always just get Eclipse or something... |
|
|
|
Feb 10 2008, 12:10 PM
Post
#3
|
|
|
Trap Double Mocha Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 2,360 Joined: 21-September 07 Member No.: 50,369 |
how Windows Registry edit using java programming(J2SE)?
Helpful Registry Edit For Java Programmers Hi, I wanna edit,delete registry in windows useing java programming as well J2SE. Actually I want to control the overall windows system using java programming. Like windows runtime,windows startup and more windows system environment.Al this like to do using java program. Please help me to handle windows system.Try to help me giving source code. Regards Pijush -reply by Pijush Debnath |
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 25th July 2008 - 10:15 AM |