RE: The batch file

  • From: "Chris McNally" <cmcnally@xxxxxxxxxxxxxxxxxxx>
  • To: "[ExchangeList]" <exchangelist@xxxxxxxxxxxxx>
  • Date: Thu, 6 Feb 2003 14:23:29 -0800

I'm not sure how to modify this line for my particular setup: 
 
"C:\Program Files\Exchsrvr\Mdbdata\mailbox store 2.edb" >
 
on my d: drive I have a d:\exchvr\priv1.edb and pub1.edb
 
Are those the guys I want to point at for defrag?
 
 
 
 
 
~~ 
Chris McNally 
Information Technology 
Seating Concepts, LLC 
San Diego, CA 
619-491-3159 
        -----Original Message-----
        From: Scott Van Singel [mailto:svansingel@xxxxxxxxxxxxxxxxx] 
        Sent: Thursday, February 06, 2003 5:42 AM
        To: [ExchangeList]
        Subject: [exchangelist] The batch file
        
        
        http://www.MSExchange.org/
        
        Ok group, 
         I think I got this to work the way I want it to. 
        First you will need a copy of the Sleep.exe file that is in the
Win2K resource kit. Put this file in the c:\program files\exchsrvr\bin
folder. 
        Here is what I Have for my batch file:
         
        cd \
        cd Program Files
        cd exchsrvr
        cd bin
        REM Exchange Server Stop Services and defrag
        Rem EmailStop.bat
        net send * Email is going down! Save your work !!
        Rem Delay for users to logoff
        Sleep 60
        Rem Stop Exchange Server 
        Net send * Email Server is going down now !
        Rem delay for 30 seconds
        Sleep 30
        Net Stop "Microsoft Exchange Information Store"
        sleep 20
        Rem now start defrag
        eseutil /d "C:\Program Files\Exchsrvr\Mdbdata\mailbox store
2.edb" > "to a folder of file that you want the out put to be IE:
c:\email.txt"
         
        Rem now start services
        Net Start "Microsoft Exchange Information Store"
         
        rem send message
        net send * The Email server is now up and running. 
         
        Pause ( I put this in so in the morning you can look at the dos
prompt and see if there were any problems running the program)
         
         
        Now I know you can use different lines and different ways, but
this is my simple batch file. 
        Next you can use the Schedule program and set a time or date for
this batch file to run. 
         
         
        GOOD LUCK. 
        Scott Van Singel 
        ------------------------------------------------------
        List Archives:
http://www.webelists.com/cgi/lyris.pl?enter=exchangelist
        Exchange Newsletters:
http://www.msexchange.org/pages/newsletter.asp
        Exchange FAQ:
http://www.msexchange.org/pages/larticle.asp?type=FAQ
        ------------------------------------------------------
        ISA Server Resource Site: http://www.isaserver.org
        Windows Security Resource Site: http://www.windowsecurity.com/
        Windows 2000/NT Fax Solutions: http://www.ntfaxfaq.com
        ------------------------------------------------------
        You are currently subscribed to this MSExchange.org Discussion
List as: cmcnally@xxxxxxxxxxxxxxxxxxx
        To unsubscribe send a blank email to
$subst('Email.Unsub') 

Other related posts: