|
NOTE: options,
listed below are not available in "Lite" version. You can download
full-featured version for free from our company site.
You can use different types of
shutdown from command line. It's very useful in batch operations in
automation tasks. From command line you can use:
|
·
|
Accelerated
Shutdown command (switch -S) ;
|
|
·
|
Normal
Shutdown command (switch -s);
|
|
·
|
Accelerated
Shutdown and Restart command (switch -R);
|
|
·
|
Normal
Shutdown and Restart command (switch -r);
|
|
·
|
Log
Off command (switch -l).
|
Command line syntax
is:
[Drive:][Path]FDown.exe
-S
|
-s
|
-R
|
-r
|
-l
Command line
examples:
Accelerated
Shutdown
"c:\Program
Files\HSLAB\FDown\FDown.exe" -S
Normal
Shutdown
"c:\Program
Files\HSLAB\FDown\FDown.exe" -s
Accelerated
Shutdown and Restart
"c:\Program
Files\HSLAB\FDown\FDown.exe" -R
Normal
Shutdown and Restart
"c:\Program
Files\HSLAB\FDown\FDown.exe" -r
Log
Off
"c:\Program
Files\HSLAB\FDown\FDown.exe" -l
|