Home » Developer & Programmer » Forms » Compile all forms through batch
Compile all forms through batch [message #115632] Wed, 13 April 2005 05:39 Go to next message
hsinghalmrt
Messages: 51
Registered: March 2005
Member
Hi all,
pls find the solution



i have used the batch file

@echo off
@echo. +----------------------------------------------------------
@echo. | FMXGNALL.BAT
@echo. +----------------------------------------------------------
@echo. |
@echo. | Create runtime FMXs from source FMBs
@echo. | Will convert ALL of the fmbs in the current direcotry
@echo. | Usage : FMXALL.BAT username/password@connect string
@echo. |
@echo. +----------------------------------------------------------
@echo.
@echo. atlascalls/atlascalls@indv = %1
@echo.

IF %1 == "" GOTO END

@echo Removing old FMX files
del *.fmx

@echo Creating the new FMX files
rem Change f45gen32 to f45gen if in 16 bit environment.
FOR %%F in (*.fmb) DO start /w f45gen32 userid=%1 batch=y module=%%F
echo %%F
@echo.
@echo Done!!! Remember to move the FMX files into your runtime directory.
@echo.

:END


but when i am rumming this command on the command prompt then
syntax of command is incorrect error is coming.

Compiling all FMBS [message #115635 is a reply to message #115632] Wed, 13 April 2005 05:46 Go to previous messageGo to next message
Muzammil_husain
Messages: 8
Registered: March 2005
Location: New Delhi
Junior Member


Hi ALL,


I want to compile my, all fmbs in one command.

Is there any way?

Regards
Re: Compiling all FMBS [message #115647 is a reply to message #115635] Wed, 13 April 2005 06:32 Go to previous messageGo to next message
saadatahmad
Messages: 452
Registered: March 2005
Location: Germany/Paderborn
Senior Member

You can do it easily in the project builder. Add all the FMB's in the project and you can compile that project with the push of a single button.
Re: Compiling all FMBS [message #115654 is a reply to message #115647] Wed, 13 April 2005 08:28 Go to previous messageGo to next message
Muzammil_husain
Messages: 8
Registered: March 2005
Location: New Delhi
Junior Member

Hi,

Thanks for your reply.

But i was not asking about project builder.

Any way, I got the Solution, if you need i can help you.

it just a simple dos command (batch file).

Regards
Muzammil Husain
Re: Compiling all FMBS [message #115663 is a reply to message #115654] Wed, 13 April 2005 09:30 Go to previous message
saadatahmad
Messages: 452
Registered: March 2005
Location: Germany/Paderborn
Senior Member

ok you can send me the batch file..
my email id is : saadatahmad@yahoo.com
Thanks
Previous Topic: Checked the checkbox programatically.
Next Topic: appcore app_multi
Goto Forum:
  


Current Time: Thu Sep 19 22:59:10 CDT 2024