Search found 4 matches
- Sun Aug 20, 2006 6:26 am
- Forum: General
- Topic: Tool help - $File without the file extension?
- Replies: 1
- Views: 256
- Sun Aug 20, 2006 6:20 am
- Forum: General
- Topic: Tool help - $File without the file extension?
- Replies: 1
- Views: 256
Tool help - $File without the file extension?
I'm setting up a tool in Textpad to run a DOS batch file, but the batch file takes the file name without the extension as a parameter. The name of the batch file is "spasm" so that Parameters box on the tool setup reads: "spasm $File" Is ther something like $File-without-extension that I can use? Or ...
- Thu Apr 06, 2006 8:41 am
- Forum: Java
- Topic: javac won't compile class files in same directory - Solution
- Replies: 9
- Views: 3236
- Thu Apr 06, 2006 8:26 am
- Forum: Java
- Topic: javac won't compile class files in same directory - Solution
- Replies: 9
- Views: 3236
Ahhh!
Ok, I am having the same problem as described above, but none of the solutions are working for me. Here's my situation. - I have the JDK and TextPad installed - I have written some .java files and compiled them successfully - The .class files are in the same directory as the .java files - I have ...