Shutdown after copy/download
Posted: 2007-11-05, 07:20 UTC
Often is a good idea to shutdown the computer after a long time operation is done.
I suggest this, in following cases:
- Copy huge/many files
- Synchronize tool - after the sinchronisation is finished
- Download from listfile
- FTP upload/download
The command below can be activate through a check box:
shutdown -s -f -t 30 -c "The Computer will shutdown in 30 sec."
Also, a simple button on button bar can cancel the shutdown procedure if the button will be push in 29 sec.
I suggest this, in following cases:
- Copy huge/many files
- Synchronize tool - after the sinchronisation is finished
- Download from listfile
- FTP upload/download
The command below can be activate through a check box:
shutdown -s -f -t 30 -c "The Computer will shutdown in 30 sec."
Also, a simple button on button bar can cancel the shutdown procedure if the button will be push in 29 sec.
