Re: Executing F50RUN32.EXe in a BAT file

From: Cerro Muriano <villaverde_bajo_at_terra.es>
Date: Tue, 26 Nov 2002 15:32:32 +0100
Message-ID: <as00ns$me3po$1_at_ID-130841.news.dfncis.de>


Eureka!!!!!

Thanks a lot for everybody!!!

The problem was: myfile.fmx call mymenu.mmx and others .FMX files in c:\myfolder
This is the solution.BAT

xcopy /E /D /Y \\server\myfolder\*.* c:\myfolder\*.* cd c:\myfolder
start C:\ORANT\BIN\F50RUN32.EXE MODULE=c:\myfolder\myfile.fmx userid=user/password_at_mydatabase WINDOW_STATE=Maximize

Note: "WINDOW_STATE=Maximize" is the same line that "start C:\orant.....". It is a long line.
Sorry about my english.

Un saludo desde Espaņa. Received on Tue Nov 26 2002 - 15:32:32 CET

Original text of this message