[Bug 5610] psexec from pstools doesn't work

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Mar 4 16:27:09 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=5610





--- Comment #10 from Austin English <austinenglish at gmail.com>  2009-03-04 16:27:09 ---
(In reply to comment #9)
> :~/.wine/drive_c/PsTools$ wine psexec.exe \\vpathak2 "notepad.exe"

May not be the problem, but the '\' character needs to be escaped (with itself,
ironically enough). That's why you see it parsed as:

> PsExec could not start \vpathak2:


You could try:
$ wine psexec.exe '\\vpathak2' "notepad.exe"


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list