Trying to use the run command in order to run the Java SDK compiler. As it was not working, I started playing with it and discovered that on the command, if I have a space, it does not work. Example:
E:\Ut\Ascii Table.exe (DOES NOT WORK)
E:\Ut\AsciiT~1.exe (THIS WORKS)
So I am having to convert all long file names into the 8.3 ones, a big pain.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Trying to use the run command in order to run the Java SDK compiler. As it was not working, I started playing with it and discovered that on the command, if I have a space, it does not work. Example:
E:\Ut\Ascii Table.exe (DOES NOT WORK)
E:\Ut\AsciiT~1.exe (THIS WORKS)
So I am having to convert all long file names into the 8.3 ones, a big pain.
"E:\Ut\Ascii Table.exe" (double quote) will do it.
Don
Actually it does not. Run replaces $(CURRENT_DIRECTORY) with path in 8.3 format.
I need real full path.