compile .fmb
so I use the code :
cls
Echo compiling Forms....
for %%f IN (*.fmb) do frmcmp userid=scott/tiger@v817 module=%%f batch=yes
module_type=form compile_all=yes window_state=minimize
ECHO FINISHED COMPILING
but this generate one .err for each .fmx
this .err only siad that all is ok but i don´t like to generate it....
It can be possible ???