psexec.exe /accepteula \\computer -i -u Username -p Password -c -f MyFile.bat
This does not work with PaExec for two reasons, here is what it needs to become:
paexec.exe \\computer -i -u Username -p Password -c -f .\MyFile.bat
Not a big deal, just thought I would let you know about a behavior difference.