Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Executing F50RUN32.EXE in a BAT file
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
![]() |
![]() |