I am trying to set a capture file using more than one variable. Because the first comes from a text file that I use for many scripts the second varialbe would indicate what script this is.
In other words I set holdthis to as first variable from text file (801), I would like to set the second variable (jeff) to zip. So that my caputre is 801zip.cap
I tried many ways such as:
set capture file holdthis( &jeff)
set capture file holdthis & jeff
Can this be done?
In other words I set holdthis to as first variable from text file (801), I would like to set the second variable (jeff) to zip. So that my caputre is 801zip.cap
I tried many ways such as:
set capture file holdthis( &jeff)
set capture file holdthis & jeff
Can this be done?