home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09964.iso / menu / sdown161.zip / README.TXT < prev    next >
Text File  |  1996-06-25  |  5KB  |  146 lines

  1. ShutDown v1.61
  2.  
  3.  
  4. Description:
  5.     Why click on Start to shutdown your computer in Windows 95?
  6.     In Windows NT, why go to the Program Manager, click on
  7.     File, Shutdown, and then shutdown?  ShutDown makes it easier
  8.     by providing the same shutdown service NT's Program Manager
  9.     and 95's Start button does.  Make it a shortcut on the
  10.     95 desktop.  In Windows NT, it may be put on the Microsoft
  11.     Office Toolbar.  You can also run ShutDown from the command
  12.     line.  Great for shutting down the computer from a batch
  13.     file or a scheduling program.  The standard shutdown procedure
  14.     is used, so don't worry about losing data during the shutdown.
  15.     NT or 95 will ask every running application if they want to
  16.     quit or not.  ShutDown also supports timed shutdowns and
  17.     running of a batch file or program before shutting down.
  18.  
  19.  
  20. License
  21.     The licensing fee is $10 per license.  Please read LICENSE.TXT
  22.     for more information.  CompuServe members can register
  23.     online, GO SWREG, Reg ID # 8995.
  24.  
  25.  
  26. Command Line Parameters:
  27.     /RESTART
  28.         Restart Windows, or "quick" reboot.  Same as holding
  29.         down Shift when using the regular Windows 95 shutdown.
  30.         /RESTART under Windows 95 does a restart without a
  31.         reboot.
  32.     /REBOOT
  33.         Reboot the computer
  34.     /LOGOFF
  35.         Close all programs and log current user off.
  36.     /FORCE
  37.         Shutdown running applications whether they want to
  38.         quit or not.  WARNING: If you use this switch and an
  39.         application has unsaved data, the data will be lost.
  40.     /MSDOS
  41.         Restart the computer in MS-DOS mode.  This feature is
  42.         only available in Windows 95.
  43.     /HELP
  44.         Display this same information.
  45.     /T:n
  46.         Where "n" is the amount of time to wait before shutting
  47.         down.  "n" can be expressed in minutes or an actual time.
  48.         The presence of a second colon in the option will determine
  49.         how "n" is interpreted.  /T:15 means wait 15 minutes,
  50.         /T:15:45 means to shut down at 3:45 PM.  If "n" specifies
  51.         a time, it must be in 24 hour format.  Please see the
  52.         examples for more information.
  53.     /F:[path]filename.ext [params]
  54.         Run the named file just before shutting down.
  55.         [path] is optional.  [params] are parameters that
  56.         will be passed to filename.ext.  NOTE: If you use the
  57.         /F: switch, make it the LAST parameter on the command
  58.         line.  In this way, the parameters will be interpreted
  59.         correctly.
  60.     /POWEROFF
  61.         Shut down the system and turn off the power.  NOTE: The
  62.         system must support the power-off feature.
  63.     /NOLOGO
  64.         Turns off the splash screen.
  65.     /NOCANCEL
  66.         Prevents user from canceling the shutdown.  Takes
  67.         Cancel button off the Timed ShutDown dialog box and
  68.         disables the ESC key on splash screen.
  69.     /DONOTHING
  70.         This parameter does just that, nothing.  This is
  71.         helpful in some network situations where all users
  72.         run ShutDown from some sort of central script.  The
  73.         admins and supervisors can have this parameter in
  74.         their environment variable SHUTDOWN to bypass a
  75.         time limit or a shutdown.
  76.  
  77.     Notes:
  78.         If no parameters are specified, ShutDown will look
  79.         for an environment variable called SHUTDOWN and use
  80.         its value as parameters.  If no parameters and
  81.         no environment variable is found, ShutDown will shut
  82.         down to a power-off state.  Parameters can be
  83.         combined for different effects.  See the Examples
  84.         below.
  85.  
  86.         Pressing ESC while the splash screen is up will
  87.         cancel the shutdown.  The splash screen is up
  88.         for approximately 4 seconds.
  89.  
  90.  
  91. Tips/Tricks:
  92.     Running ShutDown without any command line parameters will
  93.     just shut down to a power-off state.  If you want a different
  94.     type of shutdown, like a logoff or a complete reboot, you can add
  95.     the command line parameters discussed above.  In Windows 95,
  96.     the best thing to do is to create a shortcut on your desktop.
  97.     To change the command line parameters, right click to the
  98.     Properties for the shortcut.  Then click the Shortcut tab.
  99.     Now you can add /REBOOT or /LOGOFF to the end of the Target
  100.     line.
  101.  
  102.  
  103. Examples:
  104.     ShutDown /LOGOFF /T:3
  105.         Wait three minutes, close all applications,
  106.         and log off the current user.
  107.     
  108.     ShutDown /T:19:00
  109.         Shut down the computer at 19:00 hours (7:00 PM).
  110.  
  111.     ShutDown /T:4:15 /RESTART
  112.         Restart Windows at 04:15 hours (4:15 AM).
  113.         Note that NT will log off while 95 will restart without
  114.         reboot.
  115.  
  116.     ShutDown /MSDOS
  117.         Close all running programs and restart in MS-DOS mode.
  118.         Type "exit" to get back to Windows 95.
  119.  
  120.     ShutDown /RESTART /T:15 /F:C:\CLEAN.BAT
  121.         Wait fifteen minutes, run the batch file called
  122.         CLEAN.BAT, then restart Windows.  Note that /F:
  123.         is the last parameter.
  124.  
  125.     ShutDown /FORCE /F:NOTEPAD.EXE SIGNOFF.TXT
  126.         Run Notepad, edit a file called SIGNOFF.TXT, and then
  127.         do a forced shutdown.  All unsaved data will be lost.
  128.  
  129.     ShutDown /F:"D:\Things to do at end of session.bat"
  130.         Run the "Things to do at end of session.bat" file and
  131.         then shutdown.
  132.  
  133.  
  134. Contact Information:
  135.         Chris Bluethman
  136.         2302 N. Star Drive
  137.         Stillwater, OK  74075
  138.  
  139.         Email: cdb@excalibur.net
  140.         CompuServe: 72347,3306
  141.  
  142.  
  143. Trademarks/Acknowledgments
  144.     Microsoft Office, Windows 95, and Windows NT are products
  145.     of Microsoft Corporation.
  146.