[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Specify ENTER argument(2nd_Part
- Subject: Re: Specify ENTER argument(2nd_Part
- From: "Bencke, Gina" <GBencke@KICHLER.COM>
- Date: Fri, 22 Oct 1999 12:36:33 -0400
Chris,
To bypass the second prompt, simply place add another line to your
parm.dat file, again with a <CR><LF>.
parm.dat ! simply contains a Carriage Return Linefeed
<CR><LF>
<CR><LF>
EndofFile ! this is not actually typed
Note that the parameter file can contain values for each ASK and INPUT
statement contained in your SQR program. The order of the values must
match the order of the prompts.
To ensure the success of use of parameter files while running the 25
sqrs, you would have to know
1)how many prompts are contained in each sqr
2)what values are required to answer the prompts.
Good luck,
Gina Bencke
Bencke Consulting Corporation
gina@bencke.com
-----Original Message-----
From: Chris Kelly [mailto:ckelly@ATRIACOM.COM]
Sent: Friday, October 22, 1999 11:32 AM
To: Multiple recipients of list SQR-USERS
Subject: Re: Specify ENTER argument(2nd_Part
gina that worked great thank you.
Now for the rest -- after the sqr finishes there is the Press enter to
close...
how can I bypass this.
I have to run an upgrade in HRIZON and I have to run about 25 sqrs one
after the
other so I thought that I would make a cmd file and type in each sqr to
run
here is my
cmd file
N:\cs800\SQRW\SQRW.EXE N:\cs800\SQR\Per002.sqr PRODREPT/SYSADM/HRSQL
-iC:\user\sqr\;C:\CS800\sqr\;N:\user\sqr\;N:\cs800\Sqr\;N:\cs800\Sqr\
-oC:\TEMP\sqr.log -fC:\TEMP\ -mN:\CS800\sqr\allmaxes.max @SQR3.DAT
N:\cs800\SQRW\SQRW.EXE N:\cs800\SQR\Per002.sqr PRODREPT/SYSADM/HRSQL
-iC:\user\sqr\;C:\CS800\sqr\;N:\user\sqr\;N:\cs800\Sqr\;N:\cs800\Sqr\
-oC:\TEMP\sqr.log -fC:\TEMP\ -mN:\CS800\sqr\allmaxes.max @SQR3.DAT