Page 1 of 1

Shutdown after copy/download

Posted: 2007-11-05, 07:20 UTC
by eugensyl
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. :)

Posted: 2007-11-05, 13:39 UTC
by ts4242
there is a problem, TC usually stops the current operation and waiting for the user answer about deleting system file, overwriting an exist file, ftp reconnect etc...

Posted: 2007-11-05, 20:47 UTC
by eugensyl
ts4242 wrote:there is a problem, TC usually stops the current operation and waiting for the user answer about deleting system file, overwriting an exist file, ftp reconnect etc...
I know, but when you chose a permanent choice (overwrite older, delete system files, etc.) the job is doing until is finished.
Anyway, when an inactivity during a while (according with time setting) the computer can be shutdown.