Examples: FileCopy statement
This example is specific to Windows™:
' Copy C:\WINDOWS\APP.BAT to the root directory of drive C: and
' name the copy APPLOAD.BAT.
FileCopy "C:\WINDOWS\APP.BAT", "C:\APPLOAD.BAT"
This example is specific to Windows™:
' Copy C:\WINDOWS\APP.BAT to the root directory of drive C: and
' name the copy APPLOAD.BAT.
FileCopy "C:\WINDOWS\APP.BAT", "C:\APPLOAD.BAT"