Re: remote machine execution
- From: "James" <jkklim@xxxxxxxxxxx>
- Date: Fri, 4 Aug 2006 09:51:38 +0800
i also went to sysinternals forum and they gave the same code as u :
psexec \\%1 "%remote_drive%:\%remote_dir_install%\Capinst.exe" /AdvCli
/SLP=smsserver
i tried and it only pass the exe over the remote machine without the
arguments
c:\sms_install_files\Capinst.exe exited on nol-b0000586 with error code 0.
Why wasn't the arguments (/AdvCli /SLP=smsserver) passed over ? I m using
1.72 version of psexec.
"Michael Bednarek" <ROT13-zo@xxxxxxxxxxxxx> wrote in message
news:q2v3d2lsh2gah19q5h37jrab5gdmuf2ndq@xxxxxxxxxx
On Thu, 3 Aug 2006 08:58:10 +0800, "James" wrote in
microsoft.public.windows.server.scripting:
at my machine, i run psexec in the batch file which resides on remote
machines
psexec \\%1 "%remote_drive%:\%remote_dir_install%\Capinst.exe /AdvCli
/SLP=smsserver"
it does not seems to execute and error is:
Starting c:\sms_install_files\Capinst.exe /AdvCli /SLP=smsserver on
<remote
computer>.
PsExec could not start c:\sms_install_files\Capinst.exe /AdvCli
/SLP=smsserveron
< remote computer>:
The system cannot find the path specified.
================================
why is this so ? i have admin permission over remote machines.
The error message is correct and gives a hint. You put the quotes in
the wrong place. Try:
psexec \\%1 "%remote_drive%:\%remote_dir_install%\Capinst.exe" /AdvCli
/SLP=smsserver
"Clay Calvert" <ccalvert@xxxxxxxxxxx> wrote in message
news:mmftc2d7f6q6u2gkkh8auov7phkem3n2i0@xxxxxxxxxx
On Tue, 1 Aug 2006 09:01:40 +0800, "James" <jkklim@xxxxxxxxxxx> wrote:
does psexec runs only for exe files instead of other extension ?
As in Michael's example, it will run .bat and also .vbs, etc.
I've never tried running a non-executing extension, but there is
always the Start command.
psexec \\computer %comspec% / start c:\file.txt
--
Michael Bednarek http://mbednarek.com/ "POST NO BILLS"
.
- Follow-Ups:
- Re: remote machine execution
- From: Michael Bednarek
- Re: remote machine execution
- References:
- remote machine execution
- From: James
- Re: remote machine execution
- From: Michael Bednarek
- Re: remote machine execution
- From: James
- Re: remote machine execution
- From: Clay Calvert
- Re: remote machine execution
- From: James
- Re: remote machine execution
- From: Michael Bednarek
- remote machine execution
- Prev by Date: Windows PowerShell and the "PowerShell Worm"
- Next by Date: Re: Problem in running Batch files on Remote Desktop
- Previous by thread: Re: remote machine execution
- Next by thread: Re: remote machine execution
- Index(es):
Relevant Pages
|