问题
I shared a folder containing a .bat file which calls/run a jar file from same folder. I need to run that .bat file(present on remote system's shared folder) from my system. It run successfully if that folder is on my system but if i run the same file from shared folder of remote system it gives message "cannot access jar file."
Please help me.
Thanks in advance.
来源:https://stackoverflow.com/questions/13097377/can-i-run-a-jar-file-from-shared-folder-of-remote-system-just-by-double-clicking