This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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 | |
( |