BB Unix Network Monitor - Message
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: {bb} Windows Client installation automation
Here is my bat file (I warned you it was simple :) ) Use at your own risk.
I intend to improve this my providing choice functionality for different
server profiles given time, the quick and dirty is all I have for now. I am
certain some one else on this list has a better way of going about this.
This will install the client in C:\bb, point it to whatever IP, it is
intended to be run from USB card.. If it is run from there it will grab the
hostname and IP addy and stuff in a txt file for later config of the BB
server
@echo off
echo ***This Will Install BigBrother Client and forward information to
whatever IP address on 1984***
mkdir c:\bb
copy *.* c:\bb
echo ***done with copy***
echo ***proceeding to installation***
pause
c:\bb\bbnt -y -install **(ENTER IP HERE)** N 1984
echo ***installation complete***
echo ***grabbing hostname and IP info***
ipconfig /all >>hostinfo.txt
echo ***Notepad will now open so you may view the hostinfo file, scroll to
bottom and confirm current server info has been entered. ***
echo *** close Notepad when finished to continue installation***
pause
ipconfig /all >>hostinfo.txt
echo ***viewing hostinfo.txt (close notepad when done)***
start /wait notepad hostinfo.txt
echo ctrl-c now if things don't look right
pause
echo proceeding to start service
start /wait net start bigbrotherclient
echo ***looks like service started installation complete***
pause
-Aaron
-----Original Message-----
From: Werner Michels (Ext Lists) [mailto:wmlist_ext@terra.com.br]
Sent: Thursday, June 23, 2005 11:50 AM
To: bb@bb4.com
Subject: Re: {bb} Windows Client installation automation
Hi Aaron,
As I'm very new on MS environment, I would like to know if you
would/can share this .bat and related files you use to install the
bbclient's on a windows machine.
Thanks in advance.
Werner
On Thu, 23 Jun 2005 09:27:55 -0400
Aaron Stranberg <AaronS@atl.fundtech.com> wrote:
> Hello,
> I have simple bat file that helps me automate the installation of
> BB, its copies, installs, starts the BB service and grabs the hostname/ip
to
> a file. I was looking for a way to also tell the win client what
> services/processes to monitor in my little bat file. Does anyone have an
> example of how to do this?
>
> -Aaron
> --
> =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
> To unsubscribe from this list, or to subscribe to the bb-digest list
> send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
> subscribe bb-digest in the BODY of the message.
>
>
> E-mail classificado pelo Identificador de Spam Inteligente Terra.
> Para alterar a categoria classificada, visite
>
http://mail.terra.com.br/protected_email/imail/imail.cgi?+_u=wmlistas&_l=1,1
119536319.671236.17564.mongu.terra.com.br,3535,Des15,Des15
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.
--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-=-=-=
To unsubscribe from this list, or to subscribe to the bb-digest list
send e-mail to mailto:majordomo@bb4.com with unsubscribe bb -and/or-
subscribe bb-digest in the BODY of the message.
Home |
Main Index |
Thread Index