If you want to execute OS inner commands (like dir, copy, etc.) you must execute the command.com (in Win9x) or cmd.exe (in WinNT).<br>
For example: "command /c dir *.java" or "cmd /c dir *.java".<br>
The /c means that no permanent OS loaded, only one command and exit.<br>