April 2000
Intermediate to advanced
94 pages
1h 52m
English
Double At Sign (@@)
@@script_file [argument...]
The double at sign is used within a script file to execute another script file from the same directory as the first. For example:
@@generate_emp_report @@generate_pay_history_report '101'
The parameters for @@ are the same as for @.