Skip to content
⌘ NSIS Forum Archive

copy file

6 posts

shazia.parveen#

copy file

Hi
i am making a setup using nsis , i want to copy file and paste it into some other directory ,it is fine at this point becoz i am running my setup at the developer computer but i need my set to run at the other computer but it is not happening i.e it is not paste the copied file at the located path of the directory in other computer.. i want all the files which i have copied to the developer computer to paste it at the located path of the directory in other computer by the setup..
any help will be appreciated......
Thanks
MSG#
Err... I think that's what the File command is for. Read the manual, under 'Basic functions'.

MSG#
Could you elaborate on what specifically you need, then?

From your first post I can gather only "I need to distribute some files from my dev computer to the user's computer", and the answer to that is "use the File command".