Re: remote machine execution
- From: Michael Bednarek <ROT13-zo@xxxxxxxxxxxxx>
- Date: Thu, 03 Aug 2006 23:43:04 +1000
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: James
- 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
- remote machine execution
- Prev by Date: Re: CMD.EXE and ">> logfile"
- Next by Date: Re: CMD.EXE and ">> logfile"
- Previous by thread: Re: remote machine execution
- Next by thread: Re: remote machine execution
- Index(es):
Relevant Pages
|