Jump to content

FileCopy help


Recommended Posts

You can use

FileCopy(@ScriptDir & "\back.jpg","C:\all\back.jpg")

EDIT: in your scriptdir you could create a folder called for example FilesToInstall and then do simply like this:

FileCopy(@ScriptDir & "\FilesToInstall\back.jpg","C:\all\back.jpg")

Edited by newbiescripter
Link to comment
Share on other sites

You can use

FileCopy(@ScriptDir & "\back.jpg","C:\all\back.jpg")

EDIT: in your scriptdir you could create a folder called for example FilesToInstall and then do simply like this:

FileCopy(@ScriptDir & "\FilesToInstall\back.jpg","C:\all\back.jpg")

tnx man
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...