Hello all,
I need to execute a JAVA command line at a specific time.
The command should use a file located on a specific folder.
Actually I run it manually by using the SSH Terminal and executing these operations:
1- change to the folder where the file to be run is located: cd /httpdocs/mydir
2-...