Forum: NSIS Discussion
6th June 2006, 12:45
|
|
Replies: 3
Views: 1,781
My first script
Hello,
I'm trying to create a little script : copy files.
I use "File" command.
SetOutPath "$TEMP\NPUpdate_TMP"
File "..\..\PCAUSA\PCANDIS5.sys"
I do not understand why PCANDIS5.sys file...
|