does anyone know how i can create an alias programattically from java?
i've done google searches and found commands to type into a terminal, but they are limited in that they dont seem to allow an icon file.
to complicate things, i don't believe Runtime.getRuntime().exec(String[] args); handles commands like the terminal does.
is there a way to enter commands into a terminal from java?
thanks in advance.
i've done google searches and found commands to type into a terminal, but they are limited in that they dont seem to allow an icon file.
to complicate things, i don't believe Runtime.getRuntime().exec(String[] args); handles commands like the terminal does.
is there a way to enter commands into a terminal from java?
thanks in advance.