Files
Database/MX.BAT
Jos Groot Lipman 506fa1db22 Sneller door slimme sedclean.bat
svn path=/Database/trunk/; revision=16229
2012-12-06 11:45:10 +00:00

15 lines
341 B
Batchfile

@echo off
echo Making SQL Create and Update scripts for Facilitor(R)
SET MAKTOOLS=z:\Project\FACILITOR\Tools\MAKTOOLS
REM Zie http://www.orafaq.com/forum/t/77843/0/
SET ORACLE_HOME=%MAKTOOLS%
SET INCLUDE=.
%MAKTOOLS%\nmake /nologo /f fclt.nmk
@echo Done... (check process output above)
IF x%1==xNOWAIT GOTO DONE
pause
:DONE