You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
272 B
11 lines
272 B
rem @echo off
|
|
|
|
cd %AP_ROOT%
|
|
|
|
if not exist %AP_ROOT%\setbldno.bat goto createbldno
|
|
del %AP_ROOT%\setbldno.bat > NUL
|
|
:createbldno
|
|
|
|
%QZBLD%\dxm\tools\qsetdate\%PROCESSOR_ARCHITECTURE%\qsetdate | sed s/99// | sed s/QBDate/BUILDNO/ > setbldno.bat
|
|
|
|
call setbldno.bat
|