**fScan Reference Manual, Chapter 2 (CmdLineOptions): table_command** ===== Table command -- execute an fScan command for every line in table ===== **usage: -table command TBLNAME FLAG [PATH] CMD [DATACOL] [CMDCOL] [ARGCOL]**\\ The COMMAND option allows you to execute an fScan command string for each table row. This assumes that each line of TBLNAME has a dataset name in column DATACOL (DATACOL is the first column by default). The command to be applied can be specified with the single word CMD string argument, or if CMD is omitted then the entry in column CMDCOL (default is column 2) for each table row will be used as the command string. CMD strings will normally be executed as fScan command line commands (i.e., the table command will add a '-' character before CMD). **See Also:**\\ [[jvs:fscan:manual:chapter2:table|Table]], [[jvs:fscan:manual:chapter2:tableshow|Table Show]], [[jvs:fscan:manual:chapter2:browse|Browse]] [[jvs:fscan|fScan Home]], [[jvs:fscan:manual|fScan Manual]], [[jvs:fscan:manual:chapter2|CmdLineOptions]], [[jvs:fscan:manual:help|Manual Help]]