Announcement

Collapse
No announcement yet.

Trying to Run Batch File on Remote PCs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Trying to Run Batch File on Remote PCs

    I am new to Hyena and am trying to figure out how to run a batch file that contains the following lines:

    net use W: \\sentinal\ofcscan\Admin\Utility\IpXfer
    cd\
    W:\ipxfer.exe -m 1 -s Sentinal -p 80 -c 40248 -q 1
    net use W: /delete

    What is the step-by-step method to creating the batch file in Hyena then running it on certain PCs?

    Thanks,

    Scott

  • #2
    Re: Trying to Run Batch File on Remote PCs

    Not sure if you figured this out but here is a snippet of one of my tools that does just what you want. Mind you I use a share point for Hyena.
    <span style="font-weight: bold">\\servername\HyenaTools\Pstools\psexec.exe \\%E% -u domainname\username -p mypassword -c -f "\\servername\HyenaTools\Scripts\InstallRA2KXP.bat "</span>
    Hope this helps.

    oops, this is the command in the command line. Name the tool what ever you want.

    [This message has been edited by Trammel (edited 11-05-2004).]

    Comment

    Working...
    X