Good day everyone!
I am new to Ubuntu specifically in shell scripting. I would like to ask how or what is the equivalent of this batch file to a shell script.
echo off
cls
pushd \\JO501\d\Soft\ABC
java -jar Aqua.jar
echo on
JO501 - Computer Name [ Windows OS ] in drive "d", folder Soft the folder ABC
I hope someone could help me with this problem. And I would like also to ask if it is possible that I can run a file from UBUNTU to a Windows network like JAR files. Thanks in advance! =)