If I get a command.com window and execute
it works perfectly. (I'm on an XP Home System)
But when I run a
Java app to do the same thing via
runtime.exec() as in:
then the make directory command is limited to creating directories that have a maximum of 8 characters in their name.
Why is this? And how can I get the runtime.exec() process to execute a command.com mkdir internal command intrepeter command that creates directories with 9 or more characters?