7 lines
189 B
Batchfile
7 lines
189 B
Batchfile
@echo libCompiler for DHTMLX 4.x
|
|
@echo to run you need to have php and jre installed
|
|
@echo replace path_to_php_dir with real path below
|
|
|
|
@c:\path_to_php_dir\php.exe lib_compiler.php
|
|
@pause
|