Re: Executing F50RUN32.EXe in a BAT file

From: Cerro Muriano <villaverde_bajo_at_terra.es>
Date: Tue, 26 Nov 2002 11:38:40 +0100
Message-ID: <arvj19$m3qa9$1_at_ID-130841.news.dfncis.de>


1.- I try to execute the next .BAT file: C:\ORANT\BIN\F50RUN32.EXE MODULE=c:\myfile USERID=usuario/password_at_mydatabase WINDOW_STATE=Maximize and the application windows donīt open (open but close quickly).

2.- I try to execute the next .BAT file: start /MAX /WAIT C:\myfile.fmx userid=user/password_at_mydatabase and the application windows donīt open (open but close quickly).

3.- I try to execute the next .BAT file (previously, SET LOCAL=mydatabase) : START c:\orant\bin\F50RUN32.EXE MODULE=c:\myfile.fmx USERID=user/password and the application windows donīt open (open but close quickly).

4.- I try to execute the next .BAT file (previously, SET LOCAL=mydatabase) : start /MAX /WAIT C:\myfile.fmx userid=user/password and the application windows donīt open (open but close quickly).

What's the original problem?
[Quoted] [Quoted] I want to be sure that my application is actualized (1 NT server, 20 Windows [Quoted] clients), so before running F50RUN32, files must be actualized. This is my solution:

Mysolution.BAT
xcopy /E /D /Y \\server\aplication\*.* c:\aplication\*.* start C:\ORANT\BIN\F50RUN32.EXE MODULE=c:\myfile.fmx userid=user/password

Another solution maybe calling a DOS command from the developer form (MYFILE.FMX) but I dont know how to do it (and MYFILE.FMX never will be updated by itself).

The first solution I think was with LOGON SCRIPT but donīt always run (Donīt ask me why). Received on Tue Nov 26 2002 - 11:38:40 CET

Original text of this message