Operating System - OpenVMS
1753747 Members
5036 Online
108799 Solutions
New Discussion юеВ

Re: com file and 'p1' usage

 
SOLVED
Go to solution
Paul Coviello
Frequent Advisor

com file and 'p1' usage

I'm wondering how to do the following in a .com file. I'm sure I need more quotes someplace but where? the first p1 works but the subsequent ones don't,

Submit/Notify/Restart/Keep/NoPrint/Log=$1$DGA300:[T4]HP_T4_V32_'p1' -
DISK$EVA300:[T4]HP_T4_V32.COM/Queue='p1'_BATCH -
/After="8-NOV-2004 23:59:00.00"/Parameter=("9-NOV-2004 00:01:00.00", -
"9-NOV-2004 23:59:00.00","'p1'_BATCH","'p2':","PCOVIELLO@ELLIOT-HS.ORG", -
"60","$1$DGA300:[T4.'p1']","7,3,9999,Y")


thanks
Paul
4 REPLIES 4
labadie_1
Honored Contributor
Solution

Re: com file and 'p1' usage

inside double quotes, you need to put 3 (2 before and 1 after) single quotes, so

" ''p1' "
should work
Ian Miller.
Honored Contributor

Re: com file and 'p1' usage

See also the wise words of the wizard
http://h71000.www7.hp.com/wizard/wiz_5981.html
____________________
Purely Personal Opinion
Paul Coviello
Frequent Advisor

Re: com file and 'p1' usage

thanks it worked...

Paul
Paul Coviello
Frequent Advisor

Re: com file and 'p1' usage

oops! didn't work as I expected...

anyways thanks that did it...

Paul