I'm trying to remotely launch an executable using PAExec, but I can't seem to get it to work. The aggravating thing is the exact same command works when I use PSExec. Normally, that would be fine, I'd just use the one that works, but I'd like to be able to include it with my programs installer, which I can't do with PSExec.

The command I'm using:

paexec \\PCName -u Username -p Password -i -d C:\Path\to\executable.exe

When I run the command, it acts as if the executable launched, and PAExec returns with exit code 0. However, the process never gets launched on the remote machine from what I can tell. If I switch PAExec to PSExec, it launches normally, and everything is fine. Any suggestions?

asked 16 Apr '13, 14:33

DarkMortainius's gravatar image

DarkMortainius
113
accept rate: 0%

edited 16 Apr '13, 14:34

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×60
×14

Asked: 16 Apr '13, 14:33

Seen: 3,526 times

Last updated: 16 Apr '13, 14:34