Hello, I use version 4.8
I need to stop Pegasus mail every day in some time by script scheduled in Windows scheduler. I use command :
taskkill /IM "winpm-32.exe" /F
DEL "<folder path>\pmail\MAIL\ADMIN\MAILBOXP.LCK"
its working well but problem with temp folder and files
c:\Users\user\AppData\Local\Temp*.PM$
they still stay on disk and are not deleted. Probably because Pegasus mail was not stopped via GUI and click on File - exit
Does exist some better command to close program as "Graceful close" ? So Pegasus mail also should delete temporary files.
Hello, I use version 4.8
I need to stop Pegasus mail every day in some time by script scheduled in Windows scheduler. I use command :
taskkill /IM "winpm-32.exe" /F
DEL "<folder path>\pmail\MAIL\ADMIN\MAILBOXP.LCK"
its working well but problem with temp folder and files
c:\Users\user\AppData\Local\Temp\*.PM$
they still stay on disk and are not deleted. Probably because Pegasus mail was not stopped via GUI and click on File - exit
Does exist some better command to close program as "Graceful close" ? So Pegasus mail also should delete temporary files.