HP StorageWorks Storage Mirroring Recover Scripting Guide (T5437-96022, November 2010)

the path and file name. Enclose the path in quotation marks. The file
name you specify for your script should be the primary executable of
the command being run. If you are using a command shell to execute a
script, put the command shell execturable as the script file name and
pass another script name in as an argument.
l arguments—Specify any arguments, valid for your script, that are
required to execute your script. Multiple arguments need to be enclosed
in quotation marks and separated by a space. Also, if an argument
contains non-alphanumeric characters, you must enclose it in quotation
marks. Arguments cannot contain nested quotation marks. Therefore, if
you are passing more than one argument to your script, none of the
arguments can require quotation marks. To work around this limitation,
you can use 8.3 file naming.
l DELAY—Delay all C:\Program Files\StorageWorks\Storage Mirroring
processing until the script finishes processing
l NODELAY—Allow C:\Program Files\StorageWorks\Storage Mirroring
processing to continue while the script is processing
l INTERACT—Display script processing on the screen
l NOINTERACT—Do not display script processing. Execute the script
silently in the background
Examples
script add 1 alpha on beta mirrorstart="C:\Program
Files\StorageWorks\Storage Mirroring\Scripts\MirrorStartScript.bat"
args="arg1 arg2" delay interact
Notes
l The default settings for this command are nodelay and nointeract.
l Machine names that contain non-alphanumeric characters must be
enclosed in quotation marks.