merge the formfield patch from ooo-build
[ooovba.git] / testshl2 / workben / codegen / w32 / checkfile.btm
blob091ecfbf9faf8f8551bba63dec13395429080ac3
1 rem %1 is the filename
3 iff exist %1 then
4 echo Ok: %1 exist.
5 else
6 echo ERROR: %1 does not exist.
7 endiff