Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Executing F50RUN32.EXE in a BAT file

Re: Executing F50RUN32.EXE in a BAT file

From: dbCooper <UniBart_at_NoSchool.Edu>
Date: Fri, 22 Nov 2002 12:12:50 GMT
Message-ID: <pd7stuki5brecjc7jpf3qb1p26d377uc7l@4ax.com>


On Thu, 21 Nov 2002 16:57:50 +0100, "Cerro Muriano" <villaverde_bajo_at_terra.es> wrote:

>I want to run F50RUN32.EXE in a BAT file whith the next parameters:
>C:\ORANT\BIN\F50RUN32.EXE MODULE=c:\aplication_folder\BEGIN_FORM
>USERID=user/password_at_database WINDOW_STATE=Maximize
>
>Somebody can help me?
>
>Thanks.
>

START C:\ORANT\BIN\F50RUN32.EXE MODULE=c:\aplication_folder\BEGIN_FORM /max

Look at start /? | more in a cmd window If you use DIRs that have spaces in them, you will have to play around with quotation marks around the EXE part of it.

Example
start "c:\program files\oracle\sqlplusw" <parms go here>

HTH Received on Fri Nov 22 2002 - 06:12:50 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US