>Tony,
>    Willing to share any of those scripts? Also, does anyone 
>have a UinData version of these start/shutdown scripts?
>
>   - Charles "Scripted" Barouch
> 

It's not rocket science, but here are some examples.  Just create the
scripts in a standard directory, then drag shortcuts to your desktop, then
assign relevant icons to each shortcut:

For D3 it's simple: net start d3vme
For shutting down I always shutdown from within the environment.  I wrote my
own version of D3Tray called NebulaMonitor which intercepts a system
shutdown if D3 is up and offers to shutdown D3 or cancel the shutdown.  I
think this could easily be adapted for Unidata and Universe over Win32.
-------
For mvBASE:
        net start "mvBase Server"
        net start "mvBase WorkStation"
-------
For IIS, a StartIIS.BAT does this:
        cscript //nologo startweb.vbs
And the VBS is this:
        set IISOBJ = getObject("IIS://localhost/w3svc/1")
        IISOBJ.Start
        set IISOBJ = nothing
Stopping IIS just changes the .Start to .Stop
-------
MySQL is this: net start mysql
-------
I have a BAT to start and stop all services in a particular "class".  Here
is one I run if I'm not planning to do FlashCONNECT or other web development
for a while:
        net stop flashconnect
        cscript //nologo stopweb.vbs
        net stop w3svc
-------
I don't guess any more examples are necessary.

Enjoy.
Tony "No Mom, HE's Chuck!" Gravagno

[Related AD] New NebulaLaunch will start and stop any process on any system
in your office or anywhere on the internet, all directly from your MV BASIC
code.  (Any system running a NebulaLaunch server that is.)  NebulaLaunch is
being distributed as a free and integrated component within the new
NebulaPay credit/debit payment processing software, now in Beta.  And by the
way, NebulaPay is free too, no up-front costs, maintenance, or support fees.

NebulaPay info is here:
http://Nebula-RnD.com/products/financial.htm
NebulaLaunch will be productized separately as time permits.

Inquiries welcome
[EMAIL PROTECTED]

--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users

Reply via email to