From computer A, I want to call a batch file on Computer B. normally, I use psexec to do this. However, in this case, the batch file on computer B is located on a mapped network drive on computer B called "J:"
Is there a way I can make a command like this work?
psexec \\computerB J:\MyBatchFile.bat
Right now, it comes back to me and complains that J: does not exist