Hello.
The following command in an older version of Access used to work:
RetVal = Shell("cmd /c copy /y C:\users\abc\desktop\output.xls C:\users\abc\desktop\split files" & txtDist & ".xls", vbHide)
Copy an output file from access which is working and then moves it to the split file folder and...