Re: How to add a command to right click in Windows Explorer

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi JC,

You can do it like this:

1. Pull up Explorer (My Computer or My Documents whichever).

2. At the top, click Tools and then Folder Options.

3. Click the File Types tab.

4. In the listbox choose the file type extension (for Java I guess it
would be *.java).

5. Click the Advanced button below the listbox near the command buttons
(OK and Cancel, Apply etc.).

6. Under the Actions listbox click the New button.

7. Under Action in the textbox type whatever you'd like the command to
show as (Java Compile or whatever).

8. Under Application textbox type in Path to application you'd like to
launch like c:\Path\to\Javac.exe and then an argument like -u %F. (You
may need to run javac /? to get a list of arguments that go with it as
well).

9. Close it out and right click a *.java file and see if it works. Let
me know how it works!

Harlin Seritt

.



Relevant Pages

  • [ANN] Imagero Reader 1.73 released
    ... Imagero Reader is in Java written library for reading of image files. ... Supported file types are: ... Following RAW file types are also supported: ...
    (comp.lang.java.programmer)
  • Re: File Types Handling by MacOS X and Windows
    ... These are platform/os specific things that are better changed with the ... Daniel wrote: ... > I am developing a Java application for MacOS X, ... But when it comes to file types, ...
    (comp.lang.java)
  • File Types Handling by MacOS X and Windows
    ... I am developing a Java application for MacOS X, Windows and Linux. ... I think association of extensions and Mac file types is done by the ...
    (comp.lang.java)
  • Re: How to draw a 1-bit or 4-bit Bitmap in java
    ... Java supports rest of the file types ..such as gif, ... but that too dont support 1 bit and 4 bit bmp files drawing.. ... The Java Glossary ...
    (comp.lang.java.gui)
  • Model View Trennung in Controls
    ... Trennung zwischen Model und View. ... Ich habe eine Liste von Objekten, die ich alle einer ListBox ... was man unter Java ListModel nennt. ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)