git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1469 353e56fe-9613-0410-8469-b96ad8e6f29c
5 lines
267 B
Batchfile
5 lines
267 B
Batchfile
REM ** Make sure american code page is used, otherwise the %DATE environmental var might be wrong
|
|
CHCP 437
|
|
|
|
#just a batch file so any other batch files in windows can snag the name of this project. Used by batch files in /android and /html5
|
|
set APP_NAME=RTDink
|