Recent content by igadmin

  1. Automatically Schedule your 3CX Backup

    You can also create a "Dated" backup instead of a randomized named backup. I'm using this script which gives me backup files with <today's date>.zip @echo off cd "C:\Program Files\3CX PhoneSystem\Bin\" set today=%date:~-4%%date:~4,2%%date:~7,2% 3CXBackup.exe backup...