Output to two different files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Output to two different files

    Does anyone know how I could set up a program to
    output my report to two different Files on two different drives?

  • #2
    Code:
                print/report,exec mode=end,$
                  to_file=on,overwrite=file1,auto open report=off,$
                  to_printer=off,copies=1,$
                  to_dmis_report=off,file_option=index,filename=,$
                  report_theoreticals=none,report_feature_with_dimensions=no,$
                  to_excel_output=off,
                  previous_runs=delete_instances
    $$
    
                file/copy,file1,file2,overwrite

    Comment


    • Kp61dude!
      Kp61dude! commented
      Editing a comment
      Above is what I currently have setup along with a network check before I attempt to copy/paste, just in case our network drive is down.
widgetinstance 190 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...
X