QUICK in BATCH mode

Edis, Bob bob.edis@fleetpride.com
Tue, 24 Apr 2001 08:35:47 -0500


G'day Aci

Yes, it is possible to run Quick in batch mode.  

The easiest way to do it is first define a logical called QKECHO, then run
your Quick screen as you would interactively and exit.  This creates a file
that is used as an input parameter file for quick.  In batch you define
another logical called QKIN that points to your parameter file just before
executing the Quick screen.  E.g.

$ DEFINE QKECHO myinput.txt
$ Quick auto=myscreen.qkc
do your stuff on the screen then exit
$ DEASSIGN QKECHO

in .COM file
$ DEFINE QKIN myinput.txt
$ Quick auto=myscreen.qkc
$ DEASSIGN QKIN
$ EXIT

I believe there have been SupportLink articles on this in the past.

Regards,
Blue

-----Original Message-----
From: Aci Polajnar [mailto:Aci.Polajnar@rcc-irc.si]
Sent: Tuesday, April 24, 2001 7:33 AM
To: 'PowerHouse List'
Subject: QUICK in BATCH mode


Hi there!

Is it possible to run QUICK in batch? What I would like 
to do is to runn long run job, writen in QDESIGN with no terminal 
input or output, just system parameters.

I am on OPEN VMS and PowerHouse PH7.10G1

Thanks!
-- 
                  _\\///_
                 (' o-o ')
_______________ooOo_( )_oOoo_____________________________________

Aci Polajnar                  Tel   : +386(0)3 4274174
IS Consultant                 Fax   : +386(0)3 4274198
Razvojni Center Celje         e-mail: acip@rcc-irc.si
3000 Celje, Slovenia          URL   : http://www.rcc-irc.si  
_______________oooO____Oooo______________________________________
              (   )    (   )
               \ (      ) /
                \_)    (_/

= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.swau.edu
Subscribe: "subscribe" in message body to powerh-l-request@lists.swau.edu
Unsubscribe: "unsubscribe" in message body to
powerh-l-request@lists.swau.edu
http://lists.swau.edu/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.