Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Helpful Registry Edit For Java Programmers, Command Prompt on right click menu
nitish
post 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 Attached File  command_prompt_to_every_folder.zip ( 348bytes ) Number of downloads: 3
to 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
Go to the top of the page
 
+Quote Post
hippiman
post 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...
Go to the top of the page
 
+Quote Post
iGuest
post 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
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Which is the best PAY-PER-CLICK (CPC) Ad-Network?(43)
  2. Auto Run Java Program(11)
  3. Java Script Drop Down Menu With Css(2)
  4. *** Click Here To Get Your Free Hosting ***(1)
  5. Sendearnings.com(14)
  6. How To Create Java Button Or Frame(12)
  7. Run Internet Explorer From Command Prompt(21)
  8. Which Pay Per Click Pays The Most?(11)
  9. Is There Any Ad Click Service For Under 18?(8)
  10. Hotspot Virtual Machine Exception_access_violation(4)
  11. Chat With Command Prompt(26)
  12. Dialup Users Double Your Connection Speed(6)
  13. Can I Make Dynamic Menu In Php(7)
  14. Reducing Windows Vista Start Menu Programs Response Time.(4)
  15. How To Stop A Car With No Brakes !(4)
  1. How To Use Command Prompt As A Text Editor(6)
  2. Forget About 0.01 Per Click, Get 0.06 Per Search!(14)
  3. Java Or C++(2)
  4. Java Vs Javascript(11)
  5. Free Java Hosting?(2)
  6. Java Object[][] Help(2)
  7. Learn Java Programming Language Online Step By Step(0)
  8. 1350 Great Free Logos (jpg + Psd)(7)
  9. What Is Command And Conquer?(4)
  10. Java Game(2)
  11. I Need Help With Setting Up My Site, Made Using Java(5)
  12. Registry Key For Autoplay(1)
  13. Call Pdf995 From Java(0)


 



- Lo-Fi Version Time is now: 25th July 2008 - 10:15 AM