COPY FILE

This action copies a file to a new location.

COPY FILE ArithmeticExpression() TO ArithmeticExpression()

where the first ArithmeticExpression identifies a file to be copied and the second one – the target location and name.

COPY FILE 'c:/temp/myfile.txt' TO 'c:/temp2/mynewfile.txt' 
  • Last modified: 2023/05/09 01:30