I figured out something more too!
This works well now:
jacobe %1.java
IF NOT EXIST %1.java.jacobe GOTO ENDBAT
delete %1.java
rename %1.java.jacobe %1.java
:ENDBAT
Is there a more efficient way of doing this?
Thanks,
roxyproxy
Search found 4 matches
- Sat Jun 07, 2003 4:03 pm
- Forum: General
- Topic: Integrating Jacobe Beautifier for Java with TextPad
- Replies: 4
- Views: 533
- Sat Jun 07, 2003 3:54 pm
- Forum: General
- Topic: Integrating Jacobe Beautifier for Java with TextPad
- Replies: 4
- Views: 533
- Sat Jun 07, 2003 3:39 pm
- Forum: General
- Topic: Integrating Jacobe Beautifier for Java with TextPad
- Replies: 4
- Views: 533
- Sat Jun 07, 2003 12:03 am
- Forum: General
- Topic: Integrating Jacobe Beautifier for Java with TextPad
- Replies: 4
- Views: 533
Integrating Jacobe Beautifier for Java with TextPad
Hi,
I am using the Jacobe Code Beautifier which is available from the Jacobe website
I have used it so far from the command-line successfully, but I want to integrate it with TextPad so that when I choose to jacobe a file, it should do that automatically and replace the existing file with the ...
I am using the Jacobe Code Beautifier which is available from the Jacobe website
I have used it so far from the command-line successfully, but I want to integrate it with TextPad so that when I choose to jacobe a file, it should do that automatically and replace the existing file with the ...