I have a batch file question: I'd like to be able to simply type j <filename> in a cmd window and have the batch file run 'javac' and 'java' upon the file,,,how do I go about doing this? I know j.bat needs to be in c:\winnt, but i'm not sure about the syntax of the batch file since javac operates on a *.java file and 'java' does not.