Re: off the topic but, how do you reboot with a batch

  • From: "Troy Armour" <troy@xxxxxxxxxx>
  • To: "[ExchangeList]" <exchangelist@xxxxxxxxxxxxx>
  • Date: Fri, 13 Jun 2003 22:13:23 +0100

Messagewhat operating system do you want to run this batch program on?

troy
  ----- Original Message ----- 
  From: Van Singel, Scott 
  To: [ExchangeList] 
  Sent: Friday, June 13, 2003 9:29 PM
  Subject: [exchangelist] Re: off the topic but, how do you reboot with a batch


  http://www.MSExchange.org/

  Ok, 
  I got some responses and I should explain better what I am trying to do. 
  I would like to make a script to do the following

  1. Run a program (deletes a old antivirus software)
  2. restart the computer
  3. Logon the network so the user does not have to
  4. Del some directories


  Can anyone help me. 

  Scott 


  Scott Van Single
  Technology Director 
  Sturgis Public Schools
  216 Vinewood
  Sturgis, MI. 49091
  Office: (269) 659-1512
  Fax: (269) 651-1571
  Cell: (269) 358-2708
  Email: svansingel@xxxxxxxxxxxxxxxxx
    -----Original Message-----
    From: Troy Armour [mailto:troy@xxxxxxxxxx] 
    Sent: Friday, June 13, 2003 4:06 PM
    To: [ExchangeList]
    Subject: [exchangelist] Re: off the topic but, how do you reboot with a 
batch


    http://www.MSExchange.org/

    there are ways you could do it-this is one: you'll need 2 batch files

    1. create a batch file called start.bat and put it in the startup folder of 
the server

    2 start this file with the command "if exist" command to see if a file say 
called run.dat exists in the windows directory 

    3. if the file exists then the rest of the batch file will run-if it 
doesn't exist then it wont

    4 now you need to add the shutdown command to the end of the first batch 
file and also add a command to create a file called "c:\windows\run.dat" i.e. 
"dir > c:\windows\run.dat" this will trigger the second batch file when you 
restart.

    5. last thing is to make sure that at the end of the startup bacth file to 
delete the file or it will remain there and cause it to run every time.

    hope this makes some sense for ya

    troy

      ----- Original Message ----- 
      From: Van Singel, Scott 
      To: [ExchangeList] 
      Sent: Friday, June 13, 2003 8:40 PM
      Subject: [exchangelist] off the topic but, how do you reboot with a batch


      http://www.MSExchange.org/

      Group, 

       I would like to write a batch file to make a computer reboot and then 
finish the batch after it has rebooted. 
      Does anyone have some ideas?

      Scott
      ------------------------------------------------------
      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
      ------------------------------------------------------
      Other Internet Software Marketing Sites:
      Leading Network Software Directory: http://www.serverfiles.com
      No.1 ISA Server Resource Site: http://www.isaserver.org
      Windows Security Resource Site: http://www.windowsecurity.com/
      Network Security Library: http://www.secinf.net/
      Windows 2000/NT Fax Solutions: http://www.ntfaxfaq.com
      ------------------------------------------------------
      You are currently subscribed to this MSExchange.org Discussion List as: 
troy@xxxxxxxxxx
      To unsubscribe send a blank email to $subst('Email.Unsub') 
    ------------------------------------------------------
    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
    ------------------------------------------------------
    Other Internet Software Marketing Sites:
    Leading Network Software Directory: http://www.serverfiles.com
    No.1 ISA Server Resource Site: http://www.isaserver.org
    Windows Security Resource Site: http://www.windowsecurity.com/
    Network Security Library: http://www.secinf.net/
    Windows 2000/NT Fax Solutions: http://www.ntfaxfaq.com
    ------------------------------------------------------
    You are currently subscribed to this MSExchange.org Discussion List as: 
svansingel@xxxxxxxxxxxxxxxxx
    To unsubscribe send a blank email to $subst('Email.Unsub') 
  ------------------------------------------------------
  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
  ------------------------------------------------------
  Other Internet Software Marketing Sites:
  Leading Network Software Directory: http://www.serverfiles.com
  No.1 ISA Server Resource Site: http://www.isaserver.org
  Windows Security Resource Site: http://www.windowsecurity.com/
  Network Security Library: http://www.secinf.net/
  Windows 2000/NT Fax Solutions: http://www.ntfaxfaq.com
  ------------------------------------------------------
  You are currently subscribed to this MSExchange.org Discussion List as: 
troy@xxxxxxxxxx
  To unsubscribe send a blank email to $subst('Email.Unsub') 

Other related posts: