MPE CI Programming for 7.5

July 22, 2008
Page 63
hp e3000
strategy
ANYPARM info=![""] # anyrun script
run volutil.pub.sys; info=”:!info"
:anyrun echo "Hi there!
run volutil.pub.sys;info=
:echo "Hi there!""
^
Expected semicolon or carriage return. (CIERR 687)
ANYPARM info=![""]
setvar _inf repl('!info', '"', '""') # double up quotes in :RUN
run volutil.pub.sys;info=:!_inf "
:anyrun echo "Hi there!
Volume Utility A.02.00, (C) Hewlett-Packard Co.,
1987. All Rights...
volutil: :echo "Hi there!
"Hi there!
is this correct now?
INFO= example