Skip to content

Instantly share code, notes, and snippets.

@deividgermano
deividgermano / add-3CXPhone6-tel-to-registry-windows10.bat
Last active October 20, 2022 15:14
3CXPhone with protocols callto and tel - Windows 10
@ECHO OFF
REM Set vars
SET projdir=%ProgramFiles%\3CXPhone
SET batfile=%projdir%\3CXPhone.BAT
SET regfile=%projdir%\3CXPhone.REG
IF NOT EXIST "%projdir%" ( MKDIR "%projdir%" )
REM Make .BAT file
(