automatic shutdown after backup - Printable Version +- Hasleo Software Forums (https://www.easyuefi.com/forums) +-- Forum: Hasleo Software (formerly called EasyUEFI Development Team) (https://www.easyuefi.com/forums/forumdisplay.php?fid=1) +--- Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) (https://www.easyuefi.com/forums/forumdisplay.php?fid=10) +--- Thread: automatic shutdown after backup (/showthread.php?tid=1250) |
automatic shutdown after backup - Cristian - 11-12-2022 i have an isssue with my backup... i need to shutdown automatically my pc after my scheduled backup is taken. i've tried to add a command (i've made a script "shutdown.bat") into advanced backup option. the script works well, but it doesn't work automatically, gives me an error after the backup RE: automatic shutdown after backup - admin - 11-13-2022 Thanks for reporting the issue, can you provide us with your shutdown.bat file? We used the shutdown.bat script below, and it worked fine on our side. RE: automatic shutdown after backup - Cristian - 11-15-2022 Thanks, i've tried your shutdown.bat file but the error was the same; at the end of the backup doesn't run the script. RE: automatic shutdown after backup - admin - 11-15-2022 (11-15-2022, 01:04 AM)Cristian Wrote: Thanks, i've tried your shutdown.bat file but the error was the same; at the end of the backup doesn't run the script. The shutdown.exe stored in the Windows\System32 directory, so you must specify the working directory as C:Windows\System32. There also seems to be a BUG in the program, which we will fix in the next release. RE: automatic shutdown after backup - Cristian - 11-15-2022 (11-15-2022, 12:23 PM)admin Wrote: The shutdown.exe stored in the Windows\System32 directory, so you must specify the working directory as C:Windows\System32. thank you, now it works fine! i will wait for the next update RE: automatic shutdown after backup - admin - 11-15-2022 (11-15-2022, 08:31 PM)Cristian Wrote:(11-15-2022, 12:23 PM)admin Wrote: The shutdown.exe stored in the Windows\System32 directory, so you must specify the working directory as C:Windows\System32. Glad to hear that. |